Skip to content

Commit

Permalink
snow: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Feb 27, 2024
1 parent 1d12373 commit fab1c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_close_ticket_calls_snow_resolve(workflow_app):
_close_ticket = close_ticket()
_close_ticket(obj, None)
assert (
request_mocker.request_history[0]._request.body == '{"ticket_id": "1", "message": "reply reason"}'
request_mocker.request_history[0]._request.body == '{"message": "reply reason", "ticket_id": "1"}'
)


Expand Down

0 comments on commit fab1c19

Please sign in to comment.