From f99baf65f7fe8187fa7553f427b6ff9818606bd5 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sat, 3 Jan 2026 01:50:46 +0200 Subject: [PATCH] test: remove the check for incognito --- tests/fetchers/test_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fetchers/test_constants.py b/tests/fetchers/test_constants.py index b873322..36662c6 100644 --- a/tests/fetchers/test_constants.py +++ b/tests/fetchers/test_constants.py @@ -24,5 +24,5 @@ class TestConstants: def test_flags(self): """Test default stealth flags""" assert "--no-pings" in DEFAULT_FLAGS - assert "--incognito" in DEFAULT_STEALTH_FLAGS + # assert "--incognito" in DEFAULT_STEALTH_FLAGS assert "--disable-blink-features=AutomationControlled" in DEFAULT_STEALTH_FLAGS