Skip to content

Commit 5237abf

Browse files
author
CI
committed
verified that test failures do fail the CI job
1 parent cee8fe5 commit 5237abf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_adk_remote.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ def test_algorithm_loading_basic(self):
9898
{
9999
'content_type': 'json'
100100
},
101-
# 'result': {'message': 'This message was loaded prior to runtime'}
102-
'result': {'message': 'Not true'}
101+
'result': {'message': 'This message was loaded prior to runtime'}
103102
}
104103
input = [str(json.dumps(input))]
105104
actual_output = self.execute_example(input, apply_input_or_context, loading_text)

0 commit comments

Comments
 (0)