Skip to content

Commit

Permalink
Updated tests to use dynamic group name
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm1th committed Dec 11, 2024
1 parent 9d79a20 commit 10574bc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
networktocode.nautobot.static_group_association:
url: "{{ nautobot_url }}"
token: "{{ nautobot_token }}"
dynamic_group: "{{ static_dynamic_group['key'] }}"
dynamic_group: "TestStaticAssociations"
associated_object_type: "dcim.device"
associated_object_id: "{{ static_device['key'] }}"
state: present
Expand All @@ -38,7 +38,7 @@
networktocode.nautobot.static_group_association:
url: "{{ nautobot_url }}"
token: "{{ nautobot_token }}"
dynamic_group: "{{ static_dynamic_group['key'] }}"
dynamic_group: "TestStaticAssociations"
associated_object_type: "dcim.device"
associated_object_id: "{{ static_device['key'] }}"
state: present
Expand All @@ -55,7 +55,7 @@
networktocode.nautobot.static_group_association:
url: "{{ nautobot_url }}"
token: "{{ nautobot_token }}"
dynamic_group: "{{ static_dynamic_group['key'] }}"
dynamic_group: "TestStaticAssociations"
associated_object_type: "dcim.device"
associated_object_id: "{{ static_device['key'] }}"
state: absent
Expand All @@ -76,7 +76,7 @@
networktocode.nautobot.static_group_association:
url: "{{ nautobot_url }}"
token: "{{ nautobot_token }}"
dynamic_group: "{{ static_dynamic_group['key'] }}"
dynamic_group: "TestStaticAssociations"
associated_object_type: "dcim.device"
associated_object_id: "{{ static_device['key'] }}"
state: absent
Expand Down

0 comments on commit 10574bc

Please sign in to comment.