Skip to content

Commit a61d2c3

Browse files
Update test/integration/test_media_api.py
Co-authored-by: Cameron Koegel <[email protected]>
1 parent 35f4187 commit a61d2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_media_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ def testGetMediaWithBandwidthId(self) -> None:
143143
_preload_content=False
144144
)
145145

146-
self.assertEqual(context.exception.status, 404)
146+
self.assertEqual(context.exception.status, 404)

0 commit comments

Comments
 (0)