We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16b530 commit af05607Copy full SHA for af05607
tests/rest/admin/test_admin.py
@@ -415,7 +415,7 @@ def test_cannot_quarantine_safe_media(self) -> None:
415
non_admin_user_tok, server_and_media_id_1, include_bypass_param=True
416
)
417
self._ensure_quarantined(
418
- admin_user_tok, server_and_media_id_2, include_bypass_param=False
+ admin_user_tok, server_and_media_id_1, include_bypass_param=False
419
420
421
# Attempt to access each piece of media
0 commit comments