mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Add missed file. #167
This commit is contained in:
10
system/t12_api/version.py
Normal file
10
system/t12_api/version.py
Normal file
@@ -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