Skip to content

Commit

Permalink
feat(svc-account-playbook): Fixes aruba tests due to service-account …
Browse files Browse the repository at this point in the history
…auth changes

Closes VC-32061
  • Loading branch information
rvelaVenafi committed Mar 28, 2024
1 parent 6367378 commit 81294fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruba/features/enroll/enroll-with-csr.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: enrolling certificates with -csr option (VEN-40652)
Scenario Outline: when it returns an error if both -cn and -csr file: options are used
When I enroll a certificate in <endpoint> with -cn vdidev.example.com -csr file:csr.pem
Then the exit status should not be 0
And the output should contain "the '--cn' option cannot be used in -csr file: provided mode"
And the output should contain "the '--cn' option cannot be used in --csr file: provided mode"

@FAKE
Examples:
Expand Down

0 comments on commit 81294fe

Please sign in to comment.