diff --git a/pkg/util/teams/teams_test.go b/pkg/util/teams/teams_test.go index 9abcd4100..fd0de591b 100644 --- a/pkg/util/teams/teams_test.go +++ b/pkg/util/teams/teams_test.go @@ -133,7 +133,7 @@ var requestsURLtc = []struct { }{ { "coffee://localhost/", - fmt.Errorf(`get coffee://localhost/teams/acid: unsupported protocol scheme "coffee"`), + fmt.Errorf(`Get coffee://localhost/teams/acid: unsupported protocol scheme "coffee"`), }, { "http://192.168.0.%31/",