Skip to content

Commit

Permalink
Fix pyright issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 16, 2024
1 parent f7dc819 commit 5921c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/example-pytest-selfie/tests/selfie_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _web_camera(response: TestResponse) -> Snapshot:
)

if response.headers.get("Set-Cookie"):
snapshot = snapshot.plus_facet("cookies", response.headers.get("Set-Cookie"))
snapshot = snapshot.plus_facet("cookies", response.headers.get("Set-Cookie", ""))
return snapshot


Expand Down

0 comments on commit 5921c2b

Please sign in to comment.