Skip to content

Commit ec2c42e

Browse files
committed
[qa] Fix qa
1 parent 5c904a8 commit ec2c42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_project/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def setUp(self):
8282
def test_list_shelf_api(self):
8383
"""Test shelf list API with pagination."""
8484
number_of_shelves = 21
85-
85+
8686
with self.subTest('Test "page" query in shelf list view'):
8787
response = self.client.get(self.url)
8888
self.assertEqual(response.status_code, 200)

0 commit comments

Comments
 (0)