Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
- test_five['diff']['before']['state'] == "absent"
- test_five['diff']['after']['state'] == "present"
- test_five['tenant_group']['name'] == "Child Test Tenant Group"
- test_five['tenant_group']['parent'] == {{ test_four.tenant_group.id }}
- test_five['tenant_group']['parent'] == test_four.tenant_group.id
- test_five['msg'] == "tenant_group Child Test Tenant Group created"

- name: "6 - Test child tenant group deletion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
- test_five['diff']['before']['state'] == "absent"
- test_five['diff']['after']['state'] == "present"
- test_five['tenant_group']['name'] == "Child Test Tenant Group"
- test_five['tenant_group']['parent'] == {{ test_four.tenant_group.id }}
- test_five['tenant_group']['parent'] == test_four.tenant_group.id
- test_five['msg'] == "tenant_group Child Test Tenant Group created"

- name: "6 - Test child tenant group deletion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
- test_five['diff']['before']['state'] == "absent"
- test_five['diff']['after']['state'] == "present"
- test_five['tenant_group']['name'] == "Child Test Tenant Group"
- test_five['tenant_group']['parent'] == {{ test_four.tenant_group.id }}
- test_five['tenant_group']['parent'] == test_four.tenant_group.id
- test_five['msg'] == "tenant_group Child Test Tenant Group created"

- name: "6 - Test child tenant group deletion"
Expand Down