Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi committed Oct 17, 2023
1 parent e56a682 commit 7312b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bats/base-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RATIFY_NAMESPACE=gatekeeper-system
run kubectl delete certificatestores.config.ratify.deislabs.io/ratify-notation-inline-cert -n {RATIFY_NAMESPACE}

# configure the notation verifier to use inline certificate store with specific namespace
run kubectl apply -f ./test/bats/tests/config/config_v1beta1_verifier_notation_specificnscertstore.yaml
run kubectl apply -f ./config/samples/config_v1beta1_verifier_notation_specificnscertstore.yaml
assert_success

run kubectl run demo --namespace default --image=registry:5000/notation:signed
Expand Down

0 comments on commit 7312b94

Please sign in to comment.