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 f7dc819 commit 5921c2bCopy full SHA for 5921c2b
python/example-pytest-selfie/tests/selfie_settings.py
@@ -26,7 +26,7 @@ def _web_camera(response: TestResponse) -> Snapshot:
26
)
27
28
if response.headers.get("Set-Cookie"):
29
- snapshot = snapshot.plus_facet("cookies", response.headers.get("Set-Cookie"))
+ snapshot = snapshot.plus_facet("cookies", response.headers.get("Set-Cookie", ""))
30
return snapshot
31
32
0 commit comments