Skip to content

Commit

Permalink
feat: change google test to example.com test
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinov committed Dec 14, 2018
1 parent 51a8503 commit 75f1ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/scrape_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func Test_PagespeedScrapeService(t *testing.T) {
service := newPagespeedScrapeService(30*time.Second, "")
scrapes, err := service.Scrape([]string{"https://google.com/"})
scrapes, err := service.Scrape([]string{"http://example.com/"})
if err != nil {
t.Fatal("scrape should not throw an error")
}
Expand Down

0 comments on commit 75f1ad3

Please sign in to comment.