File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/integration/targets Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
- test_five['diff']['before']['state'] == "absent"
91
91
- test_five['diff']['after']['state'] == "present"
92
92
- test_five['tenant_group']['name'] == "Child Test Tenant Group"
93
- - test_five['tenant_group']['parent'] == {{ test_four.tenant_group.id }}
93
+ - test_five['tenant_group']['parent'] == test_four.tenant_group.id
94
94
- test_five['msg'] == "tenant_group Child Test Tenant Group created"
95
95
96
96
- name : " 6 - Test child tenant group deletion"
Original file line number Diff line number Diff line change 90
90
- test_five['diff']['before']['state'] == "absent"
91
91
- test_five['diff']['after']['state'] == "present"
92
92
- test_five['tenant_group']['name'] == "Child Test Tenant Group"
93
- - test_five['tenant_group']['parent'] == {{ test_four.tenant_group.id }}
93
+ - test_five['tenant_group']['parent'] == test_four.tenant_group.id
94
94
- test_five['msg'] == "tenant_group Child Test Tenant Group created"
95
95
96
96
- name : " 6 - Test child tenant group deletion"
Original file line number Diff line number Diff line change 90
90
- test_five['diff']['before']['state'] == "absent"
91
91
- test_five['diff']['after']['state'] == "present"
92
92
- test_five['tenant_group']['name'] == "Child Test Tenant Group"
93
- - test_five['tenant_group']['parent'] == {{ test_four.tenant_group.id }}
93
+ - test_five['tenant_group']['parent'] == test_four.tenant_group.id
94
94
- test_five['msg'] == "tenant_group Child Test Tenant Group created"
95
95
96
96
- name : " 6 - Test child tenant group deletion"
You can’t perform that action at this time.
0 commit comments