Skip to content

Commit

Permalink
Changed intial request in test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuptaNavdeep1983 committed Aug 24, 2021
1 parent ef3281e commit d1b9120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ondemand_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestOndemand_ServeHTTP(t *testing.T) {

recorder := httptest.NewRecorder()

req := httptest.NewRequest(http.MethodGet, "http://mydomain/whoami", nil)
req := httptest.NewRequest(http.MethodGet, "http://mydomain/", nil)

ondemand.ServeHTTP(recorder, req)

Expand Down

0 comments on commit d1b9120

Please sign in to comment.