Skip to content

Commit

Permalink
fix tests for new handle field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Fomintsev committed Nov 19, 2023
1 parent 1ecfa7b commit c83ae20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
}
],
"carrier_identifier": "third_party_carrier_identifier",
"requested_fulfillment_service_id": null
"requested_fulfillment_service_id": null,
"handle": "test"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
}
],
"carrier_identifier": "third_party_carrier_identifier",
"requested_fulfillment_service_id": 123456
"requested_fulfillment_service_id": 123456,
"handle": "test"
}
2 changes: 1 addition & 1 deletion fixtures/shippinglines/valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
],
"carrier_identifier": "third_party_carrier_identifier",
"requested_fulfillment_service_id": "third_party_fulfillment_service_id",
"handle": "third_party_handle"
"handle": "test"
}

0 comments on commit c83ae20

Please sign in to comment.