mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Add missed file. #167
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
from api_lib import APITest
|
||||||
|
|
||||||
|
|
||||||
|
class VersionAPITest(APITest):
|
||||||
|
"""
|
||||||
|
GET /version
|
||||||
|
"""
|
||||||
|
|
||||||
|
def check(self):
|
||||||
|
self.check_equal(self.get("/api/version").json(), {'Version': '0.9~dev'})
|
||||||
Reference in New Issue
Block a user