Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jan 12, 2024
1 parent 9f0cb03 commit 314369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clients/init/tests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ See if request for multiple VOs work as expected
${expected}= Set Variable If ${vo2_legacy_fqan_enabled} == True /${vo2}/Role=NULL/Capability=NULL /${vo2}
Should Start With ${output} ${expected}
${expected}= Set Variable If ${vo1_legacy_fqan_enabled} == True /${vo1}/Role=NULL/Capability=NULL /${vo1}
Should Contain ${output} /${vo1}/Role=NULL/Capability=NULL
Should Contain ${output} ${expected}
[Teardown] Stop using certificate

voms-proxy-init can parse p12 certificates
Expand Down

0 comments on commit 314369e

Please sign in to comment.