mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
storage: add tests
This commit is contained in:
11
system/t12_api/storage.py
Normal file
11
system/t12_api/storage.py
Normal file
@@ -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