Skip to content

Commit

Permalink
[fix] Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 17, 2024
1 parent db83e71 commit 4d27aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_notifications/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def test_notification_setting_list_api(self):
self.assertEqual(len(response.data['results']), number_of_settings)

with self.subTest('Test "page_size" query'):
page_size = 1
page_size = 2
url = f'{url}?page_size={page_size}'
response = self.client.get(url)
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 4d27aa9

Please sign in to comment.