Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
norshtein committed Jul 17, 2020
1 parent 3f3efc8 commit f86e3ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_invalid_identity_id(self):
err = ("--assign-identity is not a valid Azure resource ID.")

with self.assertRaises(CLIError) as cm:
validators.AssignIdentityNamespace(namespace)
validators.validate_assign_identity(namespace)
self.assertEqual(str(cm.exception), err)

def test_valid_identity_id(self):
Expand Down

0 comments on commit f86e3ae

Please sign in to comment.