Skip to content

Commit

Permalink
fixup! fixup! Added s-format and clear gating.yaml issues description
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalik committed Feb 8, 2024
1 parent a05465d commit 52a7b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions functional-tests/consumers/test_resultsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_consume_legacy_result(
'type': 'test-result-passed'
}],
'unsatisfied_requirements': [],
'summary': 'All required tests (X total) passed or waived',
'summary': 'All required tests (1 total) passed or waived',
'subject': [
{
'item': nvr,
Expand Down Expand Up @@ -628,7 +628,7 @@ def test_consume_new_result_container_image(
'subject': [{'item': item_hash, 'type': 'container-image'}],
'subject_type': 'container-image',
'subject_identifier': item_hash,
'summary': 'All required tests (X total) passed or waived',
'summary': 'All required tests (1 total) passed or waived',
'previous': old_decision,
'satisfied_requirements': [{
'subject_type': 'container-image',
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/consumers/test_waiverdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ def test_consume_new_waiver(
}
],
'unsatisfied_requirements': [],
'summary': 'All required tests (X total) passed or waived',
'summary': 'All required tests (3 total) passed or waived',
'testcase': testcase,
}

0 comments on commit 52a7b7f

Please sign in to comment.