Created
April 26, 2022 08:14
-
-
Save code-review-doctor/73cae94d3aeaddd045f53c7551722079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
response = await client.get( | |
"/api/nest/event_media/{device.id}/invalid-event-id" | |
) | |
assert response.status == HTTPStatus.NOT_FOUND |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment