Skip to content

Commit 8d53e2f

Browse files
committed
Add connection_type to fixture file
1 parent 5a2f1c5 commit 8d53e2f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/resources/test-data/factors-response.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
}
9595
],
9696
"traits": {
97+
"connection_type": "Cable/DSL",
9798
"domain": "in-addr.arpa",
9899
"ip_address": "152.216.7.110",
99100
"is_anonymous": true,

src/test/resources/test-data/insights-response.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
}
109109
],
110110
"traits": {
111+
"connection_type": "Cable/DSL",
111112
"domain": "in-addr.arpa",
112113
"ip_address": "152.216.7.110",
113114
"is_anonymous": true,

0 commit comments

Comments
 (0)