Skip to content

Commit

Permalink
fix router test
Browse files Browse the repository at this point in the history
  • Loading branch information
ming.hsu committed Jun 20, 2021
1 parent 581c9cc commit 6a8108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/http/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6a8108b

Please sign in to comment.