Skip to content

Commit

Permalink
Use a unique alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Mar 4, 2020
1 parent aa255bb commit 2ed42bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/50federation/30room-join.pl
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ sub assert_is_valid_pdu {
my $local_server_name = $inbound_server->server_name;
my $datastore = $inbound_server->datastore;

my $room_alias = "#50fed-room-alias:$local_server_name";
my $room_alias = "#50fed-room-alias-invalid-sig:$local_server_name";
my $room = $datastore->create_room(
creator => $creator_id,
alias => $room_alias,
Expand Down

0 comments on commit 2ed42bc

Please sign in to comment.