Skip to content

Commit 85dfed3

Browse files
committed
fix inventory v3.5 inventory integration test
1 parent b586d3f commit 85dfed3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/integration/targets/inventory-v3.5/files/test-inventory.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"custom_fields": {},
4747
"description": "",
4848
"device": {
49-
"display": "Test Nexus One",
50-
"id": 4,
51-
"name": "Test Nexus One"
49+
"display": "Test Nexus Child One",
50+
"id": 5,
51+
"name": "Test Nexus Child One"
5252
},
53-
"display": "Ethernet1/1",
53+
"display": "Ethernet2/1",
5454
"duplex": null,
5555
"enabled": true,
56-
"id": 1,
56+
"id": 2,
5757
"ip_addresses": [
5858
{
59-
"address": "172.16.180.11/24",
59+
"address": "172.16.180.12/24",
6060
"comments": "",
6161
"custom_fields": {},
6262
"description": "",
@@ -66,7 +66,7 @@
6666
"label": "IPv4",
6767
"value": 4
6868
},
69-
"id": 3,
69+
"id": 4,
7070
"nat_inside": null,
7171
"nat_outside": [],
7272
"role": null,

0 commit comments

Comments
 (0)