Skip to content

Commit

Permalink
Update test_cookiejar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Sep 7, 2023
1 parent 675eab9 commit 17de494
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_cookiejar.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,7 @@ async def make_jar():
self.assertEqual(len(jar_filtered), 1)
self.assertEqual(jar_filtered["path-cookie"].value, "one")

def test_path_filter_diff_folder_same_name_return_best_match_independent_from_put_order(
self,
) -> None:
def test_filter_cookies_order_by_path(self) -> None:
async def make_jar():
return CookieJar(unsafe=True)

Expand Down

0 comments on commit 17de494

Please sign in to comment.