Skip to content

Commit 6260197

Browse files
Merge branch 'dev' into zhiwei/lock-doc
2 parents 43c6c81 + 1d391b3 commit 6260197

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/integration/targets/vpc_basic/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
description: test description updated
5151
state: present
5252
register: modify_vpc
53-
failed_when: "'Label must include only ASCII letters, numbers, and dashes' not in modify_vpc.msg"
53+
failed_when: "'Must only use ASCII letters, numbers, and dashes' not in modify_vpc.msg"
5454

5555
- name: Don't update the VPC
5656
linode.cloud.vpc:

tests/integration/targets/vpc_ip_list/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: vpc_basic
1+
- name: vpc_ip_list
22
block:
33
- set_fact:
44
r: "{{ 1000000000 | random }}"

tests/integration/targets/vpc_subnet/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: vpc_basic
1+
- name: vpc_subnet
22
block:
33
- set_fact:
44
r: "{{ 1000000000 | random }}"

0 commit comments

Comments
 (0)