Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Xinhe Li <[email protected]>
  • Loading branch information
fseldow committed Dec 5, 2024
1 parent fc89cf3 commit 49878ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/general/containerlimits/src_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test_no_parse_cpu_skip {
test_no_parse_ram {
inp := {"review": review([ctr("a", "1asdf", "2")]), "parameters": {"memory": "2", "cpu": "4"}}
results := violation with input as inp
count(results) == 0
count(results) == 1
}
test_1_bad_cpu {
inp := {"review": review([ctr("a", "1", "2"), ctr("b", "1", "8")]), "parameters": {"memory": "2", "cpu": "4"}}
Expand Down

0 comments on commit 49878ed

Please sign in to comment.