Skip to content

Commit

Permalink
Fix next_link in test
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbauer committed Jul 18, 2024
1 parent b0d5e66 commit 413c20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -3943,7 +3943,7 @@ def test_feed(self):
last_item.sort_title, last_item.sort_author, last_item.id
]
expect = "key=%s" % urllib.parse.quote_plus(
json.dumps(expected_pagination_key)
json.dumps(expected_pagination_key), safe=","
)
assert expect in next_link

Expand Down

0 comments on commit 413c20e

Please sign in to comment.