summaryrefslogtreecommitdiffstats
path: root/api4
diff options
context:
space:
mode:
Diffstat (limited to 'api4')
-rw-r--r--api4/system_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api4/system_test.go b/api4/system_test.go
index 004f94f96..0d8b3cec8 100644
--- a/api4/system_test.go
+++ b/api4/system_test.go
@@ -265,7 +265,7 @@ func TestEmailTest(t *testing.T) {
_, resp = th.SystemAdminClient.TestEmail()
CheckErrorMessage(t, resp, "api.admin.test_email.missing_server")
- CheckInternalErrorStatus(t, resp)
+ CheckBadRequestStatus(t, resp)
}
func TestDatabaseRecycle(t *testing.T) {