Skip to content

Commit 2402d1d

Browse files
committed
Fix tests
1 parent 34edbba commit 2402d1d

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

tests/unit/test_plugin.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,22 @@ def test_pytest_addoption_adds_correct_ini_file_arguments():
313313
"rp_rerun",
314314
"rp_rerun_of",
315315
"rp_parent_item_id",
316-
"rp_uuid",
317316
"rp_api_key",
318317
"rp_endpoint",
319318
"rp_mode",
320319
"rp_thread_logging",
321320
"rp_launch_uuid_print",
322321
"rp_launch_uuid_print_output",
322+
"rp_oauth_uri",
323+
"rp_oauth_username",
324+
"rp_oauth_password",
325+
"rp_oauth_client_id",
326+
"rp_oauth_client_secret",
327+
"rp_oauth_scope",
323328
"rp_launch_attributes",
324329
"rp_tests_attributes",
325330
"rp_log_batch_size",
326-
"rp_log_batch_payload_size",
331+
"rp_log_batch_payload_limit",
327332
"rp_ignore_attributes",
328333
"rp_is_skipped_an_issue",
329334
"rp_hierarchy_code",
@@ -339,7 +344,6 @@ def test_pytest_addoption_adds_correct_ini_file_arguments():
339344
"rp_issue_id_marks",
340345
"retries",
341346
"rp_api_retries",
342-
"rp_skip_connection_test",
343347
"rp_launch_timeout",
344348
"rp_client_type",
345349
"rp_connect_timeout",
@@ -368,7 +372,6 @@ def test_pytest_addoption_adds_correct_command_line_arguments():
368372
"--rp-rerun",
369373
"--rp-rerun-of",
370374
"--rp-parent-item-id",
371-
"--rp-uuid",
372375
"--rp-api-key",
373376
"--rp-endpoint",
374377
"--rp-mode",

0 commit comments

Comments
 (0)