From 2b3c87c269e5eccae0641c69d1757727da16c6fe Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 4 Mar 2020 07:14:21 -0500 Subject: [PATCH] Update test title in tests/50federation/30room-join.pl Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- tests/50federation/30room-join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/50federation/30room-join.pl b/tests/50federation/30room-join.pl index b7df0a4fa..a1fc46a0d 100644 --- a/tests/50federation/30room-join.pl +++ b/tests/50federation/30room-join.pl @@ -959,7 +959,7 @@ sub assert_is_valid_pdu { ) }; -test "Outbound federation event with an invalid signature should not break", +test "Event with an invalid signature in the send_join response should not cause room join to fail", requires => [ local_user_fixture(), $main::INBOUND_SERVER, federation_user_id_fixture() ],