mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +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