Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalseth committed Feb 19, 2025
1 parent 45ebd3b commit 47fe771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acceptance.bats
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,6 @@ EOF"
@test "Should fail if an opa function is not defined given capabilities file" {
run ./conftest test examples/kubernetes/deployment.yaml -p examples/kubernetes/policy/ -p examples/capabilities/malicious.rego --capabilities examples/capabilities/capabilities.json
[ "$status" -eq 1 ]
[[ "$output" =~ "undefined function opa.runtime" ]]
[[ "$output" =~ "undefined function http.send" ]]
}

@test "Can verify rego tests that uses parse_combined_config_files" {
Expand Down

0 comments on commit 47fe771

Please sign in to comment.