mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
App: NewLocAppError -> NewAppError (#7327)
* App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
This commit is contained in:
committed by
Harrison Healey
parent
d9ec7d9240
commit
e85b5fb988
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user