Skip to content

Commit 9f13782

Browse files
committed
Update example tests
1 parent 3df27bd commit 9f13782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/uc_cdp_events.py

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

44
if __name__ == "__main__":
55
from pytest import main
6-
main([__file__, "--uc", "--uc-cdp", "--guest", "-s"])
6+
main([__file__, "--uc", "--uc-cdp", "-s"])
77

88

99
class CDPTests(BaseCase):

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", "--guest", "--uc-cdp", "-s"])
8+
main([__file__, "--uc", "--uc-cdp", "-s"])
99

1010

1111
class UndetectedTest(BaseCase):

0 commit comments

Comments
 (0)