Skip to content

Commit 099f603

Browse files
committed
Fix lookup integration test
1 parent affbb42 commit 099f603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/targets/v4.3/tasks/netbox_lookup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
### NETBOX_LOOKUP
55
##
66
##
7-
- name: "NETBOX_LOOKUP 1: Lookup returns exactly two sites"
7+
- name: "NETBOX_LOOKUP 1: Lookup returns exactly four sites"
88
ansible.builtin.assert:
9-
that: query_result == "3"
9+
that: query_result == "4"
1010
vars:
1111
query_result: "{{ query('netbox.netbox.nb_lookup', 'sites', api_endpoint='http://localhost:32768', token='0123456789abcdef0123456789abcdef01234567') | count }}"
1212

0 commit comments

Comments
 (0)