fix webapp slot test (#56156)
This commit is contained in:
parent
bfc3687f70
commit
f1ca5552aa
2 changed files with 2 additions and 3 deletions
|
@ -3,4 +3,3 @@ shippable/azure/group3
|
|||
destructive
|
||||
azure_rm_webapp_facts
|
||||
azure_rm_webappslot
|
||||
disabled
|
||||
|
|
|
@ -367,7 +367,7 @@
|
|||
name: "{{ slot1_name }}"
|
||||
configuration_source: "{{ win_app_name }}13"
|
||||
app_settings:
|
||||
testkey: testvalue
|
||||
testkey: testvalueslot
|
||||
register: output
|
||||
|
||||
- name: Assert slot creation
|
||||
|
@ -381,7 +381,7 @@
|
|||
webapp_name: "{{ win_app_name }}13"
|
||||
name: "{{ slot1_name }}"
|
||||
app_settings:
|
||||
testkey: testvalue
|
||||
testkey: testvalueslot
|
||||
register: output
|
||||
|
||||
- name: Assert idempotence
|
||||
|
|
Loading…
Reference in a new issue