Skip to content

Commit 4acd1a0

Browse files
committed
another hotfix
1 parent ca3db67 commit 4acd1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def take_screenshot(self, container: Container, tag:str) -> tuple[bool, str]:
840840
driver = self.setup_driver()
841841
container.reload()
842842
ip_adr:str = container.attrs.get("NetworkSettings",{}).get("Networks",{}).get("bridge",{}).get("IPAddress","")
843-
webauth: str = f"{self.webauth}"
843+
webauth: str = f"{self.webauth}@"
844844
endpoint: str = f"{proto}://{webauth}{ip_adr}:{self.port}{self.webpath}"
845845
self.logger.info("Trying for %s seconds to take a screenshot of %s ",self.screenshot_timeout, tag)
846846
while time.time() < screenshot_timeout:

0 commit comments

Comments
 (0)