Skip to content

Commit

Permalink
nit: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sx328 committed Nov 11, 2023
1 parent e340848 commit 09b6575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fulfillment_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func TestFulfillmentEventServiceOp_Get(t *testing.T) {

httpmock.RegisterResponder(
http.MethodGet,
// https://your-development-store.myshopify.com/admin/api/2023-10/orders/450789469/fulfillments/255858046/events/944956394.json
fmt.Sprintf("https://fooshop.myshopify.com/%s/orders/%d/fulfillments/%d/events/%d.json", client.pathPrefix, orderID, fulfillmentID, eventID),
httpmock.NewBytesResponder(200, loadFixture("fulfillment_event.json")),
)
Expand Down

0 comments on commit 09b6575

Please sign in to comment.