Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabilov committed Aug 15, 2017
1 parent 5470f20 commit 606d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/teams/teams_test.go
Expand Up @@ -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/",
Expand Down

0 comments on commit 606d000

Please sign in to comment.