Skip to content

Commit 9eb52e3

Browse files
authored
Update test_http_cookiejar.py
1 parent 7646042 commit 9eb52e3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/test/test_http_cookiejar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,10 +1198,6 @@ def test_domain_block(self):
11981198
c.extract_cookies(res, req)
11991199
self.assertEqual(len(c), 1)
12001200

1201-
c.clear()
1202-
1203-
1204-
12051201
def test_secure(self):
12061202
for ns in True, False:
12071203
for whitespace in " ", "":

0 commit comments

Comments
 (0)