summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/common/test_notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/tests/unit/common/test_notifications.py')
-rw-r--r--keystone/tests/unit/common/test_notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/tests/unit/common/test_notifications.py b/keystone/tests/unit/common/test_notifications.py
index 636abfa3b..7744925b7 100644
--- a/keystone/tests/unit/common/test_notifications.py
+++ b/keystone/tests/unit/common/test_notifications.py
@@ -802,7 +802,7 @@ class CADFNotificationsForPCIDSSEvents(BaseNotificationTest):
password = uuid.uuid4().hex
new_password = uuid.uuid4().hex
expected_responses = [AssertionError, AssertionError, AssertionError,
- exception.AccountLocked]
+ exception.Unauthorized]
user_ref = unit.new_user_ref(domain_id=self.domain_id,
password=password)
user_ref = PROVIDERS.identity_api.create_user(user_ref)