fix webapp slot test (#56156)

This commit is contained in:
Yunge Zhu 2019-05-10 06:02:21 +08:00 committed by Matt Clay
parent bfc3687f70
commit f1ca5552aa
2 changed files with 2 additions and 3 deletions

View file

@ -3,4 +3,3 @@ shippable/azure/group3
destructive
azure_rm_webapp_facts
azure_rm_webappslot
disabled

View file

@ -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