Skip to content

Commit 857237c

Browse files
authored
Update tests/conftest.py
1 parent a3981b0 commit 857237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from playwright.sync_api import sync_playwright
55

6-
HEADLESS = getenv("HEADLESS", "1").lower() == "1"
6+
HEADLESS = getenv("HEADLESS", "1") == "1"
77

88

99
@pytest.fixture()

0 commit comments

Comments
 (0)