Skip to content

Commit 030cd39

Browse files
fix tests
Signed-off-by: Jason Sherman <[email protected]>
1 parent bfbcd12 commit 030cd39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: aries_cloudagent/protocols/out_of_band/v1_0/tests/test_routes.py

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ async def test_invitation_create(self):
5959
mediation_id=None,
6060
service_accept=None,
6161
protocol_version=None,
62+
goal_code=None,
63+
goal=None,
6264
)
6365
mock_json_response.assert_called_once_with({"abc": "123"})
6466

@@ -100,6 +102,8 @@ async def test_invitation_create_with_accept(self):
100102
mediation_id=None,
101103
service_accept=["didcomm/aip1", "didcomm/aip2;env=rfc19"],
102104
protocol_version=None,
105+
goal_code=None,
106+
goal=None,
103107
)
104108
mock_json_response.assert_called_once_with({"abc": "123"})
105109

0 commit comments

Comments
 (0)