Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Query experimental packages from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jul 14, 2020
1 parent 9e2ba06 commit f27dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/main_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type Package struct {
}

func getPackages(t *testing.T) ([]string, error) {
resp, err := http.Get("http://localhost:8080/search")
resp, err := http.Get("http://localhost:8080/search?experimental=true")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit f27dafd

Please sign in to comment.