From 3f85299f8c2f4257a98bb46976f7e77bf2901a77 Mon Sep 17 00:00:00 2001 From: Sourcery AI <> Date: Wed, 29 Nov 2023 15:04:02 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- tests/test_github_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_github_project.py b/tests/test_github_project.py index 7ce3bc5..b488b6f 100644 --- a/tests/test_github_project.py +++ b/tests/test_github_project.py @@ -62,7 +62,7 @@ def test_move_project_card( expect(c_response).to_be_ok() # Log in via UI - page.goto(f'https://github.com/login') + page.goto('https://github.com/login') page.locator('id=login_field').fill(gh_username) page.locator('id=password').fill(gh_password) page.locator('input[name="commit"]').click()