mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
storage: add tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
from api_lib import APITest
|
||||||
|
|
||||||
|
|
||||||
|
class TaskAPITestSwaggerDocs(APITest):
|
||||||
|
"""
|
||||||
|
GET /docs
|
||||||
|
"""
|
||||||
|
|
||||||
|
def check(self):
|
||||||
|
resp = self.get("/api/storage")
|
||||||
|
self.check_equal(resp.status_code, 200)
|
||||||
Reference in New Issue
Block a user