travis ci tests had a temporary failure, so this is to get it to retest

This commit is contained in:
timothy-spencer 2019-03-25 10:10:07 -07:00
parent e2755624ec
commit 1ff17a3fa1
No known key found for this signature in database
GPG Key ID: B9DC267D2CB410CD

View File

@ -47,7 +47,7 @@ func TestGCPHealthcheckNotHealthcheck(t *testing.T) {
h := gcpHealthcheck(http.HandlerFunc(handler))
rw := httptest.NewRecorder()
r, _ := http.NewRequest("GET", "/NOT_any_check", nil)
r, _ := http.NewRequest("GET", "/not_any_check", nil)
r.RemoteAddr = "127.0.0.1"
r.Host = "test-server"
h.ServeHTTP(rw, r)