Skip to content

Commit

Permalink
Fix error message fmt in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tino committed Dec 6, 2017
1 parent 2a09ecb commit 24728a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/http_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestProxyNoRouteHTML(t *testing.T) {

_, got := mustGet(proxy.URL)
if !bytes.Equal(got, []byte(want)) {
t.Fatalf("got %d want %d", got, want)
t.Fatalf("got %s want %s", got, want)
}
}

Expand Down

0 comments on commit 24728a1

Please sign in to comment.