Skip to content

Commit

Permalink
added missing cert_name parameter from SecretCertificateCreator objec…
Browse files Browse the repository at this point in the history
…t creation
  • Loading branch information
akuljos committed Jul 28, 2021
1 parent 23b3469 commit 5b22084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cert_iks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def cert_creator():
cluster_id="testClusterID",
cis_domain="test-domain.com",
cert_manager_crn="testCertCRN:::::testRegion",
token="test-token"
token="test-token",
cert_name="testCertName"
)


Expand Down

0 comments on commit 5b22084

Please sign in to comment.