Skip to content

Commit

Permalink
Allow WARNING in the files test
Browse files Browse the repository at this point in the history
We are only validating the format and don't need to actually
enforce the results in CI. The validation raises ERROR.

Related: #325

Signed-off-by: Rob Crittenden <[email protected]>
  • Loading branch information
rcritten committed Jun 20, 2024
1 parent d4c3d8d commit b6346fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ def test_ipa_files_format(mock_pkinit):
results = capture_results(f)

for result in results.results:
assert result.result == constants.SUCCESS
assert result.result in (constants.SUCCESS, constants.WARNING)

0 comments on commit b6346fe

Please sign in to comment.