Change another network name
This commit is contained in:
parent
7c456009be
commit
4c6fb83793
@ -151,7 +151,7 @@ local Integration(db) = basePipeline(
|
|||||||
detach: true,
|
detach: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "integration-" + db,
|
name: "integration",
|
||||||
image: plumeEnv,
|
image: plumeEnv,
|
||||||
environment: {
|
environment: {
|
||||||
BROWSER: "firefox",
|
BROWSER: "firefox",
|
||||||
|
@ -20,4 +20,5 @@ class Browser(unittest.TestCase):
|
|||||||
self.driver.close()
|
self.driver.close()
|
||||||
|
|
||||||
def get(self, url):
|
def get(self, url):
|
||||||
return self.driver.get("https://localhost" + url)
|
# Like "selenium", integration is mapped to the container that runs the plume instance
|
||||||
|
return self.driver.get("https://integration" + url)
|
||||||
|
Loading…
Reference in New Issue
Block a user