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 9090 - test_five['diff']['before']['state'] == "absent"
9191 - test_five['diff']['after']['state'] == "present"
9292 - 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
9494 - test_five['msg'] == "tenant_group Child Test Tenant Group created"
9595
9696- name : " 6 - Test child tenant group deletion"
Original file line number Diff line number Diff line change 9090 - test_five['diff']['before']['state'] == "absent"
9191 - test_five['diff']['after']['state'] == "present"
9292 - 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
9494 - test_five['msg'] == "tenant_group Child Test Tenant Group created"
9595
9696- name : " 6 - Test child tenant group deletion"
Original file line number Diff line number Diff line change 9090 - test_five['diff']['before']['state'] == "absent"
9191 - test_five['diff']['after']['state'] == "present"
9292 - 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
9494 - test_five['msg'] == "tenant_group Child Test Tenant Group created"
9595
9696- name : " 6 - Test child tenant group deletion"
You can’t perform that action at this time.
0 commit comments