Skip to content

Commit

Permalink
CONSOLE-4265: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadvig committed Oct 23, 2024
1 parent a29f599 commit f213e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tests:
- directive: TestSrc
values:
- https://script1.com/
expectedError: "spec.contentSecurityPolicy[0].directive: Unsupported value: \"TestSrc\": supported values: \"DefaultSrc\", \"ScriptSrc\", \"ImgSrc\", \"StyleSrc\", \"FontSrc\""
expectedError: "spec.contentSecurityPolicy[0].directive: Unsupported value: \"TestSrc\": supported values: \"DefaultSrc\", \"ScriptSrc\", \"StyleSrc\", \"ImgSrc\", \"FontSrc\""
- name: Should throw an error for invalid CSP directive values, using wildcard
initial: |
apiVersion: console.openshift.io/v1
Expand Down

0 comments on commit f213e68

Please sign in to comment.