We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c904a8 commit ec2c42eCopy full SHA for ec2c42e
1 file changed
tests/test_project/tests/test_api.py
@@ -82,7 +82,7 @@ def setUp(self):
82
def test_list_shelf_api(self):
83
"""Test shelf list API with pagination."""
84
number_of_shelves = 21
85
-
+
86
with self.subTest('Test "page" query in shelf list view'):
87
response = self.client.get(self.url)
88
self.assertEqual(response.status_code, 200)
0 commit comments