aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/test_host.py2
-rw-r--r--server/tests/test_index.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/test_host.py b/server/tests/test_host.py
index b5b6ebe..68a6732 100644
--- a/server/tests/test_host.py
+++ b/server/tests/test_host.py
@@ -2,7 +2,7 @@
import uuid
import json
import unittest
-from main import app
+from app import app
class TestHost(unittest.TestCase):
diff --git a/server/tests/test_index.py b/server/tests/test_index.py
index 63614ab..45de92b 100644
--- a/server/tests/test_index.py
+++ b/server/tests/test_index.py
@@ -1,6 +1,6 @@
import unittest
-from main import app
+from app import app
class TestIndex(unittest.TestCase):