Skip to content

Commit af05607

Browse files
committed
Fix copy/paste fail
1 parent a16b530 commit af05607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest/admin/test_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def test_cannot_quarantine_safe_media(self) -> None:
415415
non_admin_user_tok, server_and_media_id_1, include_bypass_param=True
416416
)
417417
self._ensure_quarantined(
418-
admin_user_tok, server_and_media_id_2, include_bypass_param=False
418+
admin_user_tok, server_and_media_id_1, include_bypass_param=False
419419
)
420420

421421
# Attempt to access each piece of media

0 commit comments

Comments
 (0)