From 606d00002248a6da8189e7f7a7c4d1aa402c0301 Mon Sep 17 00:00:00 2001 From: Murat Kabilov Date: Tue, 15 Aug 2017 10:41:04 +0200 Subject: [PATCH] fix test --- pkg/util/teams/teams_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/",