Skip to content

Commit

Permalink
check for file name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 19, 2023
1 parent 3a5b7c8 commit 977821d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/new_tests/test_admin_create_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def test_create_user_with_empty_username(self):
except e.InvalidUser as exception:
assert exception.code == 60
assert exception.msg == "AEROSPIKE_INVALID_USER"
assert exception.file == "as_admin.c"

def test_create_user_with_special_characters_in_username(self):

Expand Down

0 comments on commit 977821d

Please sign in to comment.