summaryrefslogtreecommitdiffstats
path: root/api4/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/user_test.go')
-rw-r--r--api4/user_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api4/user_test.go b/api4/user_test.go
index 21b240957..7653601e0 100644
--- a/api4/user_test.go
+++ b/api4/user_test.go
@@ -24,6 +24,7 @@ func TestCreateUser(t *testing.T) {
ruser, resp := Client.CreateUser(&user)
CheckNoError(t, resp)
+ CheckCreatedStatus(t, resp)
Client.Login(user.Email, user.Password)