mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Address PrefixedUrlString bug in #1075
This commit is contained in:
parent
bf18b9ba17
commit
a4ca26a265
6 changed files with 16 additions and 2 deletions
|
|
@ -1852,6 +1852,7 @@ def test_paginate_using_link_header(app_client, qs):
|
|||
num_pages = 0
|
||||
while path:
|
||||
response = app_client.get(path)
|
||||
assert response.status == 200
|
||||
num_pages += 1
|
||||
link = response.headers.get("link")
|
||||
if link:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue