Skip to content

Commit 03be1ef

Browse files
Update tests/integration/tests_playwright/test_var_module_code.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent cbd6cf8 commit 03be1ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/tests_playwright/test_var_module_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ def test_var_module_code_via_hook_var_data(
141141
page: Playwright page.
142142
"""
143143
assert var_module_code_app.frontend_url is not None
144-
page.goto(var_module_code_app.frontend_url + "hook")
144+
page.goto(var_module_code_app.frontend_url.removesuffix("/") + "/hook")
145145

146146
expect(page.locator("#counter")).to_have_text("count=0")

0 commit comments

Comments
 (0)