Skip to content

Commit 48865b0

Browse files
Fix test so that we don't mangle origin-eventID or origin-sender relationship when breaking sig (otherwise the test triggers *other* problems) (#963)
1 parent 13e8016 commit 48865b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/50federation/30room-join.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ sub assert_is_valid_pdu {
10271027
);
10281028

10291029
# Modify the event (after the signature was generated) to invalidate the signature.
1030-
$event->{origin} = "other-server:12345";
1030+
$event->{state_key} = "something";
10311031

10321032
my $await_request_send_join;
10331033

0 commit comments

Comments
 (0)