Skip to content

Commit

Permalink
fix clientless test
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswiagarwal committed Dec 18, 2019
1 parent 17d770c commit d68155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/endpoints/clientless/clientless_test.go
Expand Up @@ -102,7 +102,7 @@ func TestClientlessEmptyCall(t *testing.T) {
defer gateway.Close()

res, err := gateway.MakeRequest(
"GET", "/clientless/emptyClientlessRequest", nil, nil)
"GET", "/clientless/emptyclientlessRequest", nil, nil)

if !assert.NoError(t, err, "got http error") {
return
Expand Down

0 comments on commit d68155d

Please sign in to comment.