Skip to content

Commit

Permalink
fix test -- endpoint changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jan 19, 2018
1 parent 1aeec6c commit 2847260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go-camo/camo/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func TestGoogleChartURL(t *testing.T) {

func TestChunkedImageFile(t *testing.T) {
t.Parallel()
testURL := "http://www.igvita.com/posts/12/spdyproxy-diagram.png"
testURL := "https://www.igvita.com/posts/12/spdyproxy-diagram.png"
_, err := makeTestReq(testURL, 200)
assert.Nil(t, err)
}
Expand Down

0 comments on commit 2847260

Please sign in to comment.