mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 05:07:28 +02:00
Fix: Fix 500 error while trying to access /api/v2/docs
This commit is contained in:
@@ -35,3 +35,9 @@ class CreateImageTest(TestCase):
|
||||
]
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
class TestDocs(TestCase):
|
||||
def test_should_doc_api_available_without_error(self):
|
||||
response = self.client.get("/api/v2/docs")
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
Reference in New Issue
Block a user