Skip to content

Commit f76537d

Browse files
author
SentienceDEV
committed
fix syntax error in stealth tests
1 parent cbdbe5d commit f76537d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_stealth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def test_stealth_features(): # noqa: C901
144144
print("⚠️ Note: Bot detection is a cat-and-mouse game.")
145145
print(" No solution is 100% effective against all detection systems.")
146146
print("=" * 60)
147-
148-
assert True
147+
assert True
148+
return True
149149

150150
except Exception as e:
151151
print(f"\n❌ Test failed: {e}")

0 commit comments

Comments
 (0)