We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbcd12 commit 030cd39Copy full SHA for 030cd39
aries_cloudagent/protocols/out_of_band/v1_0/tests/test_routes.py
@@ -59,6 +59,8 @@ async def test_invitation_create(self):
59
mediation_id=None,
60
service_accept=None,
61
protocol_version=None,
62
+ goal_code=None,
63
+ goal=None,
64
)
65
mock_json_response.assert_called_once_with({"abc": "123"})
66
@@ -100,6 +102,8 @@ async def test_invitation_create_with_accept(self):
100
102
101
103
service_accept=["didcomm/aip1", "didcomm/aip2;env=rfc19"],
104
105
106
107
108
109
0 commit comments