Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Jul 11, 2023
1 parent bfbcd12 commit 030cd39
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ async def test_invitation_create(self):
mediation_id=None,
service_accept=None,
protocol_version=None,
goal_code=None,
goal=None,
)
mock_json_response.assert_called_once_with({"abc": "123"})

Expand Down Expand Up @@ -100,6 +102,8 @@ async def test_invitation_create_with_accept(self):
mediation_id=None,
service_accept=["didcomm/aip1", "didcomm/aip2;env=rfc19"],
protocol_version=None,
goal_code=None,
goal=None,
)
mock_json_response.assert_called_once_with({"abc": "123"})

Expand Down

0 comments on commit 030cd39

Please sign in to comment.