summaryrefslogtreecommitdiffstats
path: root/api4/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/command_test.go')
-rw-r--r--api4/command_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api4/command_test.go b/api4/command_test.go
index 34396808f..aa3ad37b6 100644
--- a/api4/command_test.go
+++ b/api4/command_test.go
@@ -34,6 +34,7 @@ func TestCreateCommand(t *testing.T) {
createdCmd, resp := th.SystemAdminClient.CreateCommand(newCmd)
CheckNoError(t, resp)
+ CheckCreatedStatus(t, resp)
if createdCmd.CreatorId != th.SystemAdminUser.Id {
t.Fatal("user ids didn't match")
}