Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Sep 13, 2024
1 parent 20135c9 commit 95b3a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/20_traefik_certificates_api.robot
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Upload a custom certificate
Should Be Equal As Integers ${response} 1
${response} = Execute Command redis-cli --raw HGET module/traefik1/certificate/test.example.com custom
Should Be Equal As Strings ${response} true
Execute Command redis-cli HGET module/traefik1/certificate/test.example.com cert | base64 -d > /dev/null
Execute Command redis-cli HGET module/traefik1/certificate/test.example.com key | base64 -d > /dev/null

Delete custom certificate
Run task module/traefik1/delete-certificate {"fqdn": "test.example.com"}
Expand Down

0 comments on commit 95b3a6c

Please sign in to comment.