Skip to content

Commit

Permalink
Merge pull request #2553 from ministryofjustice/fix-psa-int-test
Browse files Browse the repository at this point in the history
fix typo in kubectl get namespace cmd
  • Loading branch information
sj-williams authored Nov 3, 2023
2 parents 6b756a6 + b1ea60c commit af1cc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/psa_priv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var _ = Describe("GIVEN PRIVILEGED pod security admission", func() {
It("THEN have a namespace with the `privileged` psa label", func() {
options := k8s.NewKubectlOptions("", "", namespace)

ns, err := k8s.RunKubectlAndGetOutputE(GinkgoT(), options, "get", "ns", "-n", namespace, "-oyaml")
ns, err := k8s.RunKubectlAndGetOutputE(GinkgoT(), options, "get", "ns", namespace, "-oyaml")
if err != nil {
Fail(err.Error())
}
Expand Down

0 comments on commit af1cc93

Please sign in to comment.