Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_submit_success(mock_requests):
"error": 0,
"failure": 0,
"skipped": 0,
"manual_check": 8,
"future_failure": 8,
"not_applicable": 71,
"warning": 7,
"success": 137,
Expand Down Expand Up @@ -184,7 +184,7 @@ def test_submit_check_retry_logic(mock_requests):
"error": 0,
"failure": 0,
"skipped": 0,
"manual_check": 8,
"future_failure": 8,
"not_applicable": 71,
"warning": 7,
"success": 137,
Expand Down Expand Up @@ -400,7 +400,7 @@ def test_main_errors_in_except_file(
"error": 0,
"failure": 0,
"skipped": 0,
"manual_check": 8,
"future_failure": 8,
"not_applicable": 71,
"warning": 7,
"success": 137,
Expand Down Expand Up @@ -501,7 +501,7 @@ def test_main_failures_file_does_not_exist(
"error": 0,
"failure": 1,
"skipped": 0,
"manual_check": 8,
"future_failure": 8,
"not_applicable": 71,
"warning": 7,
"success": 137,
Expand Down
Loading