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 a27fb91 commit 7184435Copy full SHA for 7184435
test/smoke/test_media_api.py
@@ -88,6 +88,7 @@ def getMedia(self) -> None:
88
89
logging.debug(api_response_with_http_info)
90
assert_that(api_response_with_http_info.status_code, equal_to(200))
91
+ assert_that(api_response_with_http_info.headers["Content-Type"], equal_to("image/jpeg"))
92
93
api_response = self.api_instance.get_media(
94
self.account_id, self.media_id)
0 commit comments