Skip to content

Commit 1da6b88

Browse files
committed
Update an example test
1 parent 52c7e8d commit 1da6b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/verify_undetected.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if __name__ == "__main__":
77
from pytest import main
8-
main([__file__, "--uc", "--incognito", "-s"])
8+
main([__file__, "--uc", "--incognito", "-s", "--uc-cdp-events"])
99

1010

1111
class UndetectedTest(BaseCase):

0 commit comments

Comments
 (0)