This commit is contained in:
Stan Ulbrych 2025-07-24 10:23:34 +02:00
parent f7d77c4841
commit 289c59014d
No known key found for this signature in database
GPG key ID: B8E58DBDB2A1A0B8

View file

@ -214,7 +214,7 @@ def test_set_secure_httponly_partitioned_attrs(self):
'Set-Cookie: Customer="WILE_E_COYOTE"; HttpOnly; Partitioned; Secure')
def test_samesite_attrs(self):
samesite_values = ['Strict', 'Lax', 'strict', 'lax', 'None', 'none', 'asdasd']
samesite_values = ['Strict', 'Lax', 'strict', 'lax']
for val in samesite_values:
print(val)
with self.subTest(val=val):