Skip to content

Commit

Permalink
minor modification-2
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav-malani committed May 19, 2023
1 parent 7f4dea5 commit 1f331ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ var _ = Describe("Gateway", func() {
return true
}, time.Second*10, time.Second)

getEndpoing, postEndpoints, deleteEndpoints := getEndpointMethodMap()
verifyEndpoint(getEndpoing, http.MethodGet)
getEndpoint, postEndpoints, deleteEndpoints := getEndpointMethodMap()
verifyEndpoint(getEndpoint, http.MethodGet)
verifyEndpoint(postEndpoints, http.MethodPost)
verifyEndpoint(deleteEndpoints, http.MethodDelete)
cancel()
Expand Down

0 comments on commit 1f331ae

Please sign in to comment.