Skip to content

Commit

Permalink
Fixed TestRelay_Execute
Browse files Browse the repository at this point in the history
  • Loading branch information
luyzdeleon committed Apr 27, 2020
1 parent 61604fd commit a583ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/pocketcore/types/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func TestRelay_Execute(t *testing.T) {
defer gock.Off() // Flush pending mocks after test execution

gock.New("https://server.com").
Post("/relay/").
Post("/relay").
Reply(200).
BodyString("bar")

Expand Down

0 comments on commit a583ee3

Please sign in to comment.