summaryrefslogtreecommitdiff
path: root/test/unit/test_shell.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-17 22:41:58 +0000
committerGerrit Code Review <review@openstack.org>2020-06-17 22:41:58 +0000
commitb63d9a3e96663753f643df41a420b1228210f9fa (patch)
treef01fa9ae18a7bcdfaab13d902fd73629049a6e7b /test/unit/test_shell.py
parent7852314b0bb591cdf5040b2d2466b959c222bb5a (diff)
parent257a7185a8d5fdc11d91058f1735fa4273719aa9 (diff)
downloadpython-swiftclient-b63d9a3e96663753f643df41a420b1228210f9fa.tar.gz
Merge "Application credential support follow-up"
Diffstat (limited to 'test/unit/test_shell.py')
-rw-r--r--test/unit/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_shell.py b/test/unit/test_shell.py
index 3c08218..f94e5e2 100644
--- a/test/unit/test_shell.py
+++ b/test/unit/test_shell.py
@@ -2721,7 +2721,7 @@ class TestParsing(TestBase):
str(cm.exception))
os_opts = {
- "auth_type": "v3password",
+ "auth_type": "v3oidcpassword",
"application_credential_id": "proejct_id",
"application_credential_secret": "secret",
"auth_url": "http://example.com:5000/v3"}