Skip to content

Commit bdbccf1

Browse files
Obada HaddadAnne-Catherine L.
authored andcommitted
fix typo
1 parent 5a4d629 commit bdbccf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_v2_multiTask(page: Page) -> None:
155155

156156

157157
# Skip this test if in the CI
158-
@pytest.mark.skipif(ci, reason="Works locally but fails in the CI because of CELERY_TASK_ALWAYS_EAGER = True"")
158+
@pytest.mark.skipif(ci, reason="Works locally but fails in the CI because of CELERY_TASK_ALWAYS_EAGER = True")
159159
def test_v2_multiTaskFactSheet(page: Page) -> None:
160160
page.goto("/")
161161
page.get_by_role("link", name=" Benchmarks/Competitions").click()

0 commit comments

Comments
 (0)