Skip to content

Commit

Permalink
Revert "check for file name in test"
Browse files Browse the repository at this point in the history
This reverts commit 977821d.
  • Loading branch information
juliannguyen4 committed Sep 19, 2023
1 parent 977821d commit 1a9338d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/new_tests/test_admin_create_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ 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 1a9338d

Please sign in to comment.