From 977821db084f4e64df508ce9039b18b1573cf220 Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:41:08 -0700 Subject: [PATCH] check for file name in test --- test/new_tests/test_admin_create_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/new_tests/test_admin_create_user.py b/test/new_tests/test_admin_create_user.py index 431804d7d..4dcb4a530 100644 --- a/test/new_tests/test_admin_create_user.py +++ b/test/new_tests/test_admin_create_user.py @@ -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):