From 60b9f02035b81ebe743835ed806821d7fe9dd373 Mon Sep 17 00:00:00 2001 From: George Shuklin Date: Thu, 11 Jul 2024 13:48:00 +0300 Subject: [PATCH] fix: change region ID --- .../targets/sc_cloud_computing_instances_info/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks/main.yaml b/ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks/main.yaml index 857a766..0ebc003 100644 --- a/ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks/main.yaml +++ b/ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks/main.yaml @@ -33,7 +33,7 @@ sc_cloud_computing_instances_info: token: '{{ sc_token }}' endpoint: '{{ sc_endpoint }}' - region_id: 1 + region_id: 2 register: test3 - name: Check Test3 @@ -42,7 +42,7 @@ - test3 is not changed - test3.cloud_instances|length > 0 - test3.cloud_instances[0].id - - test3.cloud_instances[0].region_id == 1 + - test3.cloud_instances[0].region_id == 2 - test3.cloud_instances[0].region_code - test3.cloud_instances[0].flavor_id - test3.cloud_instances[0].flavor_name