Skip to content

Commit

Permalink
Update Synapse Admin API quarantine path (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored May 15, 2024
1 parent aafa964 commit 9401037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/51media/48admin-quarantine.pl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
})->then( sub {
do_request_json_for( $admin,
method => "POST",
full_uri => "/_synapse/admin/v1/quarantine_media/$room_id",
full_uri => "/_synapse/admin/v1/room/$room_id/media/quarantine",
content => {},
);
})->SyTest::pass_on_done( "Quarantine returns success" )
Expand Down

0 comments on commit 9401037

Please sign in to comment.