Skip to content

Commit 973daee

Browse files
committed
fix: region number
1 parent f8ff3fc commit 973daee

File tree

1 file changed

+1
-1
lines changed
  • ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks

1 file changed

+1
-1
lines changed

ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- test3 is not changed
4343
- test3.cloud_instances|length > 0
4444
- test3.cloud_instances[0].id
45-
- test3.cloud_instances[0].region_id == 1
45+
- test3.cloud_instances[0].region_id == 2
4646
- test3.cloud_instances[0].region_code
4747
- test3.cloud_instances[0].flavor_id
4848
- test3.cloud_instances[0].flavor_name

0 commit comments

Comments
 (0)