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 cee8fe5 commit 5237abfCopy full SHA for 5237abf
tests/test_adk_remote.py
@@ -98,8 +98,7 @@ def test_algorithm_loading_basic(self):
98
{
99
'content_type': 'json'
100
},
101
- # 'result': {'message': 'This message was loaded prior to runtime'}
102
- 'result': {'message': 'Not true'}
+ 'result': {'message': 'This message was loaded prior to runtime'}
103
}
104
input = [str(json.dumps(input))]
105
actual_output = self.execute_example(input, apply_input_or_context, loading_text)
0 commit comments