From 5f6d50bff1b4098bc0ef3c120e7b12104e5c4894 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 31 Mar 2017 09:56:20 -0400 Subject: Use 201 status code where appropriate for APIv4 (#5903) --- api4/user_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api4/user_test.go') 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) -- cgit v1.2.3-1-g7c22