Skip to content

Commit 5921c2b

Browse files
committed
Fix pyright issue.
1 parent f7dc819 commit 5921c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example-pytest-selfie/tests/selfie_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _web_camera(response: TestResponse) -> Snapshot:
2626
)
2727

2828
if response.headers.get("Set-Cookie"):
29-
snapshot = snapshot.plus_facet("cookies", response.headers.get("Set-Cookie"))
29+
snapshot = snapshot.plus_facet("cookies", response.headers.get("Set-Cookie", ""))
3030
return snapshot
3131

3232

0 commit comments

Comments
 (0)