Skip to content

Commit

Permalink
The /aliases endpoint is not unstable (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander authored Jul 21, 2021
1 parent d504a5f commit 6895868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/30rooms/05aliases.pl
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ sub _test_can_create_and_delete_alias {
do_request_json_for(
$other_user,
method => "GET",
uri => "/unstable/org.matrix.msc2432/rooms/$room_id/aliases",
uri => "/r0/rooms/$room_id/aliases",
);
})->then( sub {
my ( $res ) = @_;
Expand All @@ -484,7 +484,7 @@ sub _test_can_create_and_delete_alias {
do_request_json_for(
$third_user,
method => "GET",
uri => "/unstable/org.matrix.msc2432/rooms/$room_id/aliases",
uri => "/r0/rooms/$room_id/aliases",
);
})->main::expect_http_403;
};

0 comments on commit 6895868

Please sign in to comment.