Skip to content

Commit eeec96b

Browse files
committed
revert molecule update 2_0 updates
1 parent 803ab9e commit eeec96b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

molecule/default/tasks/2_0_model_config_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
- name: Assert original model_id response
2929
ansible.builtin.assert:
3030
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'
3333
- service_host_response.json.model_id== 'my-ai-model_id'
3434
fail_msg: /check/status did not return expected model_id. Expected 'my-ai-model_id'.
3535

@@ -48,7 +48,7 @@
4848
ansible.builtin.assert:
4949
that:
5050
- updated_service_host_response.status == 200
51-
- updated_service_host_response.json.status == 'ok'
51+
- updated_service_host_response.json.status == 'good'
5252
- updated_service_host_response.json.model_id == 'updated__my-ai-model_id'
5353
- not updated_service_host_response.json.model_verify_ssl|bool
5454
- not updated_service_host_response.json.model_enable_anonymization|bool

0 commit comments

Comments
 (0)