We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f184b commit 01c49c0Copy full SHA for 01c49c0
tests/unittests/test_mock_durable_functions.py
@@ -87,8 +87,6 @@ async def test_mock_activity_trigger_dict(self):
87
)
88
self.assertEqual(r.response.result.status,
89
protos.StatusResult.Success)
90
-
91
- # The activity_trigger_no_anno will reverse "name" value from input
92
self.assertEqual(
93
r.response.return_value,
94
protos.TypedData(json='{"bird": "enarC"}')
@@ -119,8 +117,6 @@ async def test_mock_activity_trigger_int_to_float(self):
119
117
120
118
121
122
123
124
125
126
protos.TypedData(json='-11.0')
0 commit comments