Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Jul 8, 2024
1 parent a3981b0 commit 857237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
from playwright.sync_api import sync_playwright

HEADLESS = getenv("HEADLESS", "1").lower() == "1"
HEADLESS = getenv("HEADLESS", "1") == "1"


@pytest.fixture()
Expand Down

0 comments on commit 857237c

Please sign in to comment.