Skip to content

Commit 99d6f9d

Browse files
committed
Merge branch 'master' into feature/add_configmap_to_minikube
2 parents 3f0da1c + db90d7c commit 99d6f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ProjectTestCase(unittest.TestCase):
1616

1717
def setUp(self):
1818
os.environ[CONFIGMAP_FILE_ENVIRONMENT] = os.path.join(self.BASE_DIR, "config-tests.yml")
19-
ms = MyMicroservice(service="ms", path=os.path.dirname(__file__))
19+
ms = MyMicroservice(service="ms", path=os.path.join(os.path.dirname(os.path.dirname(__file__)), "project", "test_views.py"))
2020
self.app = ms.create_app()
2121
self.base_url = self.app.config["APPLICATION_ROOT"]
2222
self.client = self.app.test_client()

0 commit comments

Comments
 (0)