mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Clean up
This commit is contained in:
parent
f7d77c4841
commit
289c59014d
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue