diff --git a/infra/http/router_test.go b/infra/http/router_test.go index c199a00..2917d38 100644 --- a/infra/http/router_test.go +++ b/infra/http/router_test.go @@ -123,7 +123,7 @@ var _ = Describe("router", func() { var purchasingEndpoint string var purchaseResultEndpoint string BeforeEach(func() { - purchasingEndpoint = "/api/purchase/" + purchasingEndpoint = "/api/purchase" purchaseResultEndpoint = "/api/purchase/result" }) Describe("test unauthorized request", func() {