mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
New upstream version 1.5.0+ds1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from api_lib import APITest
|
||||
|
||||
|
||||
class DbAPITestCleanup(APITest):
|
||||
"""
|
||||
POST /db/cleanup
|
||||
"""
|
||||
|
||||
def check(self):
|
||||
resp = self.post_task(
|
||||
"/api/db/cleanup"
|
||||
)
|
||||
|
||||
self.check_equal(resp.status_code, 200)
|
||||
Reference in New Issue
Block a user