Skip to content

Commit 584316c

Browse files
committed
fix(test): update sameSite assertion for Firefox 147
Firefox 147 returns "unspecified" instead of "no_restriction" for cookies set without an explicit SameSite attribute.
1 parent 5c34177 commit 584316c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_storage_vectors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Runs some basic tests to check that the saving of
2-
storage vectors (i.e. profile cookies) works.
1+
"""Tests for storage vectors (profile cookies).
32
43
NOTE: These tests are very basic and should be expanded
54
on to check for completeness and correctness.

0 commit comments

Comments
 (0)