Skip to content

Commit

Permalink
Also accept the description of bci-base-fips container
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Mar 12, 2024
1 parent 2cb35ea commit d967160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ def test_general_labels(
assert (
"based on SUSE Linux Enterprise Server 15"
in labels[f"{prefix}.description"]
or "based on the SLE LTSS Base Container Image"
in labels[f"{prefix}.description"]
)
else:
assert (
Expand Down

0 comments on commit d967160

Please sign in to comment.