Skip to content

Commit 803ab9e

Browse files
committed
fix molecule
1 parent b5599a4 commit 803ab9e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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 == 'good'
31+
- service_host_response.status == 200
32+
- service_host_response.json.status == 'ok'
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 == 'good'
51+
- updated_service_host_response.json.status == 'ok'
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

molecule/default/tasks/4_0_model_pipeline_config_optional_model_config_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@
3434
that:
3535
- service_host_response.status == 200
3636
- service_host_response.json.status == 'good'
37-
<<<<<<< HEAD
3837
fail_msg: /check endpoint did not return expected response. Expected HTTP200, OK.
39-
=======
40-
fail_msg: /check endpoint did not return expected response. Expected HTTP200, GOOD.
41-
>>>>>>> b553347 (fix review)

0 commit comments

Comments
 (0)