Skip to content

Commit

Permalink
feat(medusa): improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Sep 29, 2022
1 parent 4c58a5b commit cb33dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/api/__tests__/store/order-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe("[MEDUSA_FF_ORDER_EDITING] /store/order-edits", () => {
const api = useApi()

const err = await api
.get(`/store/order-edits/${orderEditId}?fields=internal_note`)
.get(`/store/order-edits/${orderEditId}?fields=internal_note,order_id`)
.catch((e) => e)

expect(err.response.data.message).toBe(
Expand Down

0 comments on commit cb33dff

Please sign in to comment.