update service models in tests

This commit is contained in:
Min RK
2018-05-28 14:09:44 +02:00
parent 2cf00e6aae
commit 319e8a1062

View File

@@ -1500,6 +1500,7 @@ def test_get_services(app, mockservice_url):
'pid': mockservice.proc.pid,
'prefix': mockservice.server.base_url,
'url': mockservice.url,
'info': {},
}
}
@@ -1526,6 +1527,7 @@ def test_get_service(app, mockservice_url):
'pid': mockservice.proc.pid,
'prefix': mockservice.server.base_url,
'url': mockservice.url,
'info': {},
}
r = yield api_request(app, 'services/%s' % mockservice.name,