Skip to content

Commit

Permalink
chore: make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Dec 24, 2024
1 parent 2456290 commit 64347da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bc_obps/common/tests/endpoints/test_openapi_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class TestOpenAPIDocs(TestCase):
"""
Tests that the OpenAPI docs are accessible.
"""

def test_openapi_docs_are_accessible(self):
client = Client()
response = client.get(custom_reverse_lazy('openapi-json'))
self.assertEqual(response.status_code, 200)
self.assertEqual(response.status_code, 200)

0 comments on commit 64347da

Please sign in to comment.