Home | History | Annotate | Download | only in http

Lines Matching refs:Forbidden

1027 	if body := rec.Body.String(); !strings.Contains(body, "403") || !strings.Contains(body, "Forbidden") {
1028 t.Errorf("wanted 403 forbidden message; got: %s", body)