Skip to content

Commit 62a84b5

Browse files
committed
fix test
1 parent 6de40c1 commit 62a84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_umapi_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_create_umapi_commands_for_directory_user(rule_processor, mock_dir_user)
176176
user = mock_dir_user
177177

178178
def get_commands(user, update_option='ignoreIfAlreadyExists'):
179-
attributes = rp.get_user_attributes(user)
179+
attributes = rp.get_create_attributes(user)
180180
attributes['country'] = user['country']
181181
attributes['option'] = update_option
182182
commands = Commands(user['identity_type'], user['email'], user['username'], user['domain'])

0 commit comments

Comments
 (0)