We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaac4f5 commit 39f2455Copy full SHA for 39f2455
1 file changed
tests/30rooms/05aliases.pl
@@ -144,7 +144,7 @@
144
alias => $room_alias,
145
alt_aliases => [ $bad_alias ],
146
}
147
- )->main::expect_matrix_error( 404, "M_NOT_FOUND" )
+ )->main::expect_matrix_error( 400, "M_BAD_ALIAS" )
148
->SyTest::pass_on_done( "m.room.canonical_alias rejects missing aliases" );
149
})->then( sub {
150
# Create an invalid alias name (starts with % instead of #).
0 commit comments