Skip to content

Commit

Permalink
Fix teardown after verification config
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kravec <[email protected]>
  • Loading branch information
kravciak committed Oct 25, 2024
1 parent 1ed91d7 commit abc3377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/secure-supply-chain-tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup() {
teardown_file() {
load ../helpers/helpers.sh
kubectl delete admissionpolicies,clusteradmissionpolicies --all -A
helmer set kubewarden-defaults --set policyServer.verificationConfig="" # TODO =null - https://github.com/kubewarden/kubewarden-controller/issues/903
helmer reset kubewarden-defaults
kubectl delete configmap -n $NAMESPACE $CONFIGMAP_NAME --ignore-not-found
}

Expand Down

0 comments on commit abc3377

Please sign in to comment.