new openapi_client
Some checks failed
checks-impure / test (pull_request) Successful in 29s
checks / test (pull_request) Failing after 2m18s

This commit is contained in:
2024-01-08 19:58:56 +01:00
parent f5b7c38451
commit aab8c88fe2
20 changed files with 567 additions and 331 deletions

View File

@@ -49,7 +49,8 @@ class TestService(unittest.TestCase):
ip = '127.0.0.1',
visible = True,
other = {network=Carlos Home Network, roles=[service repository, service prosumer]},
attached = True, )
attached = True,
stop_health_task = True, )
)
else:
return Service(
@@ -66,7 +67,8 @@ class TestService(unittest.TestCase):
ip = '127.0.0.1',
visible = True,
other = {network=Carlos Home Network, roles=[service repository, service prosumer]},
attached = True, ),
attached = True,
stop_health_task = True, ),
)
"""