File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
- name : Assert original model_id response
29
29
ansible.builtin.assert :
30
30
that :
31
- - service_host_response.status == 200
32
- - service_host_response.json.status == 'ok '
31
+ - service_host_response.status == 200
32
+ - service_host_response.json.status == 'good '
33
33
- service_host_response.json.model_id== 'my-ai-model_id'
34
34
fail_msg : /check/status did not return expected model_id. Expected 'my-ai-model_id'.
35
35
48
48
ansible.builtin.assert :
49
49
that :
50
50
- updated_service_host_response.status == 200
51
- - updated_service_host_response.json.status == 'ok '
51
+ - updated_service_host_response.json.status == 'good '
52
52
- updated_service_host_response.json.model_id == 'updated__my-ai-model_id'
53
53
- not updated_service_host_response.json.model_verify_ssl|bool
54
54
- not updated_service_host_response.json.model_enable_anonymization|bool
You can’t perform that action at this time.
0 commit comments