Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 75fe5c2c authored by Izzan Fakhril Islam's avatar Izzan Fakhril Islam
Browse files

change localhost string

parent a0870825
No related branches found
No related tags found
1 merge request!4Tutorial 2 PMPL
Pipeline #21139 passed
......@@ -27,7 +27,7 @@ class Tutorial2FunctionalTest(TestCase):
]
print("GITLAB ENV:", GITLAB_ENV)
if GITLAB_ENV:
self.localhost = os.environ.get("HEROKU_APP_HOST") + "tutorial-2/"
self.localhost = "https://pmpl-izzan.herokuapp.com/tutorial-2/"
super(Tutorial2FunctionalTest, self).setUp()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment