Update Caddyfile for integration tests

This commit is contained in:
Ana Gelez
2020-08-10 18:03:51 +02:00
parent 4c6fb83793
commit 925254983e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ class Browser(unittest.TestCase):
def get(self, url):
# Like "selenium", integration is mapped to the container that runs the plume instance
return self.driver.get("https://integration" + url)
return self.driver.get("https://localhost" + url)