Skip to content

Commit bcd400c

Browse files
authored
updated dependencies (#191)
* updated dependencies * Fix tests
1 parent 13ce336 commit bcd400c

File tree

2 files changed

+106
-35
lines changed

2 files changed

+106
-35
lines changed

Pipfile.lock

+105-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_views.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ class ProjectTestCase(unittest.TestCase):
2323

2424
def setUp(self):
2525
os.environ[CONFIGMAP_FILE_ENVIRONMENT] = os.path.join(self.BASE_DIR, "config-tests.yml")
26-
ms = MyMicroservice(service="ms",
27-
path=os.path.join(os.path.dirname(os.path.dirname(__file__)), "project", "test_views.py"))
26+
ms = MyMicroservice(path=os.path.join(os.path.dirname(os.path.dirname(__file__)), "project", "test_views.py"))
2827
self.app = ms.create_app()
2928
self.base_url = self.app.config["APPLICATION_ROOT"]
3029

0 commit comments

Comments
 (0)