Skip to content

Commit 53f8a33

Browse files
committed
Fix tests
1 parent e4dbf65 commit 53f8a33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def getoption_side_effect(name, default=None):
6868
mocked_config.option.rp_launch_timeout = -1
6969
mocked_config.option.rp_thread_logging = True
7070
mocked_config.option.rp_launch_uuid_print = 'False'
71+
mocked_config.option.rp_launch_uuid_print_output = 'STDOUT'
72+
mocked_config.option.rp_client_type = 'SYNC'
7173
return mocked_config
7274

7375

0 commit comments

Comments
 (0)