Skip to content

Commit

Permalink
initial commit - Update mock error on negative case order request
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulahwahdi committed Nov 25, 2020
1 parent c3d0951 commit a4794ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ammana_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func TestAmmanaGetOrderURL(t *testing.T) {

w.Header().Set("Content-Type", "application-json; charset=utf-8")
w.WriteHeader(http.StatusOK)
w.Write([]byte(`{"message":"error""`))
w.Write([]byte(`{"message":"invalid parameter on order request"}`))

}))
//close server
Expand Down

0 comments on commit a4794ea

Please sign in to comment.