mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing the console level debug statements (#4092)
This commit is contained in:
@@ -154,7 +154,6 @@ func TestEmailTest(t *testing.T) {
|
||||
if _, err := th.SystemAdminClient.TestEmail(utils.Cfg); err == nil {
|
||||
t.Fatal("should have errored")
|
||||
} else {
|
||||
println(err.Id)
|
||||
if err.Id != "api.admin.test_email.missing_server" {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@@ -564,7 +564,9 @@ func TestGetTeamMembers(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
members := result.Data.([]*model.TeamMember)
|
||||
t.Log(members)
|
||||
if members == nil {
|
||||
t.Fatal("should be valid")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user