Skip to content

Instantly share code, notes, and snippets.

@code-review-doctor
Created April 26, 2022 08:14
Show Gist options
  • Save code-review-doctor/73cae94d3aeaddd045f53c7551722079 to your computer and use it in GitHub Desktop.
Save code-review-doctor/73cae94d3aeaddd045f53c7551722079 to your computer and use it in GitHub Desktop.
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