Skip to content

Commit 9eed4e0

Browse files
tavallaieaisk
andauthored
Update Lib/test/test_http_cookies.py
Co-authored-by: AN Long <[email protected]>
1 parent 344568a commit 9eed4e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_http_cookies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def test_comment_quoting(self):
229229
str(c['foo']),
230230
'Set-Cookie: foo="\\251"; Comment="comment \\251"'
231231
)
232+
232233
def test_first_cookie_preserved(self):
233234
c = cookies.SimpleCookie()
234235
c['foo'] = 'first'

0 commit comments

Comments
 (0)