mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Fix system tests
This commit is contained in:
@@ -7,6 +7,8 @@ class GraphAPITest(APITest):
|
||||
GET /graph.:ext
|
||||
"""
|
||||
|
||||
requiresDot = True
|
||||
|
||||
def check(self):
|
||||
resp = self.get("/api/graph.png")
|
||||
self.check_equal(resp.headers["Content-Type"], "image/png")
|
||||
|
||||
Reference in New Issue
Block a user