Skip to content

Commit 6aafea9

Browse files
authored
Merge pull request #276 from maxmind/greg/ws-connection-type
Add connection_type to fixture file
2 parents 5a2f1c5 + 8d53e2f commit 6aafea9

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)