Skip to content

Commit 813ba65

Browse files
committed
Fix tests
1 parent 79c464e commit 813ba65

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pytest_reportportal/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ def add_shared_option(name, help_str, default=None, action="store"):
600600
)
601601
parser.addini(
602602
"rp_log_batch_payload_size",
603-
default=str(MAX_LOG_BATCH_PAYLOAD_SIZE),
604603
help="DEPRECATED: Maximum payload size in bytes of async batch log requests",
605604
)
606605
parser.addini("rp_ignore_attributes", type="args", help="Ignore specified pytest markers, i.e parametrize")

tests/unit/test_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def test_pytest_addoption_adds_correct_ini_file_arguments():
258258
"rp_tests_attributes",
259259
"rp_log_batch_size",
260260
"rp_log_batch_payload_limit",
261+
"rp_log_batch_payload_size",
261262
"rp_ignore_attributes",
262263
"rp_is_skipped_an_issue",
263264
"rp_hierarchy_code",

0 commit comments

Comments
 (0)