Remove skip for test_locked_out_user_sends_notification

Remove the explicit skip added pre-user conversion to flask for
test_locked_out_user_sends_notification.

Change-Id: I5f2e83f24dca2774fd5abaacf5885a2dab1ae759
Partial-Bug: #1776504
This commit is contained in:
Morgan Fainberg 2018-10-09 14:36:20 -07:00
parent 46380baeb7
commit 0ab08e75b2
1 changed files with 0 additions and 2 deletions

View File

@ -763,8 +763,6 @@ class CADFNotificationsForPCIDSSEvents(BaseNotificationTest):
reason=expected_reason)
def test_locked_out_user_sends_notification(self):
# TODO(morgan): skip this test until users is ported to flask.
self.skipTest('Users are not handled via flask.')
password = uuid.uuid4().hex
new_password = uuid.uuid4().hex
expected_responses = [AssertionError, AssertionError, AssertionError,