Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix app cred test
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Mar 7, 2024
1 parent 0bb556f commit 6048795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magnum_capi_helm/tests/common/test_app_creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_create_app_cred(self, mock_client):
"application_credential_secret": "pass",
"auth_url": "http://keystone",
},
"auth_type" : "v3applicationcredential",
"identity_api_version": 3,
"interface": "public",
"region_name": "cinder",
Expand Down

0 comments on commit 6048795

Please sign in to comment.