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

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Mar 7, 2024
1 parent 6048795 commit 9d26a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magnum_capi_helm/common/app_creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _create_app_cred(context, cluster):
"application_credential_id": app_cred.id,
"application_credential_secret": app_cred.secret,
},
"auth_type": "v3applicationcredential",
"auth_type": "v3applicationcredential",
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion magnum_capi_helm/tests/common/test_app_creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_create_app_cred(self, mock_client):
"application_credential_secret": "pass",
"auth_url": "http://keystone",
},
"auth_type" : "v3applicationcredential",
"auth_type": "v3applicationcredential",
"identity_api_version": 3,
"interface": "public",
"region_name": "cinder",
Expand Down

0 comments on commit 9d26a30

Please sign in to comment.