Skip to content

Commit

Permalink
Reduce error message
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed Jun 14, 2024
1 parent 90ed650 commit 1c69c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clients/init/environments.robot
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ See if voms-proxy-init --certdir works
[Setup] Setup for empty certdir test
${tmpCertDir} Get Environment Variable __VOMS__CUSTOM__CERTDIR__
${output} Create Proxy Failure --certdir ${tmpCertDir} --verify
${expected}= Set Variable If ${client_version} == 2 Error: Certificate verification failed.\ncertificate validation error: unable to get issuer certificate Certificate validation error: Trusted issuer of this certificate was not established
${expected}= Set Variable If ${client_version} == 2 certificate validation error: unable to get issuer certificate Certificate validation error: Trusted issuer of this certificate was not established
Should Contain ${output} ${expected}
[Teardown] Teardown for empty certdir test

Expand Down

0 comments on commit 1c69c00

Please sign in to comment.