We call create_principal in create_user

This commit is contained in:
mike cullerton 2022-09-22 08:25:48 -04:00
parent 1bf5467ebe
commit a328846a8b
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class BaseTest:
user = UserService().create_user("internal", username, username=username)
if isinstance(user, UserModel):
UserService().create_principal(user_id=user.id)
return user
raise ApiError(