File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments