Skip to content

Commit

Permalink
tests that value passed in dict config is present in built object
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Jul 8, 2024
1 parent 076691a commit 3dd41cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rest_api/test_paginators.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ def test_registering_allows_usage(self, custom_paginator_config) -> None:
rest_api.config_setup.register_paginator("custom_paginator", CustomPaginator)
paginator = rest_api.config_setup.create_paginator(custom_paginator_config)
assert paginator.has_next_page is True
assert str(paginator.next_url_path) == "response.next_page_link"

0 comments on commit 3dd41cf

Please sign in to comment.