aboutsummaryrefslogtreecommitdiffstats
path: root/moon_manager/tests
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2018-01-05 11:42:39 +0100
committerThomas Duval <thomas.duval@orange.com>2018-01-05 11:42:39 +0100
commit6ec3992503b049d26e05b7ec40f22f8bce78643b (patch)
treec684a1b7ab1f78ec2221101c19839345889ed5d4 /moon_manager/tests
parent3a3072d2e1c4a17375405a6e7e8fd9adeab0c434 (diff)
Clean the code of Manager
Change-Id: I636631929cfdf197a28debbfdf1df863b30445b3
Diffstat (limited to 'moon_manager/tests')
-rw-r--r--moon_manager/tests/unit_python/api/utilities.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/moon_manager/tests/unit_python/api/utilities.py b/moon_manager/tests/unit_python/api/utilities.py
index 1c055da5..a2b0689b 100644
--- a/moon_manager/tests/unit_python/api/utilities.py
+++ b/moon_manager/tests/unit_python/api/utilities.py
@@ -7,6 +7,6 @@ def get_json(data):
def register_client():
import moon_manager.server
- server = moon_manager.server.main()
+ server = moon_manager.server.create_server()
client = server.app.test_client()
return client \ No newline at end of file