Skip to content

Commit 5a43764

Browse files
committed
Add connection_type to fixture file
1 parent 4f1c3fb commit 5a43764

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

tests/data/factors-response.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
}
9999
],
100100
"traits": {
101+
"connection_type": "Cable/DSL",
101102
"domain": "in-addr.arpa",
102103
"ip_address": "152.216.7.110",
103104
"is_anonymous": true,
@@ -108,8 +109,8 @@
108109
"is_satellite_provider": true,
109110
"is_tor_exit_node": true,
110111
"isp": "Andrews & Arnold Ltd",
111-
"mobile_country_code" : "310",
112-
"mobile_network_code" : "004",
112+
"mobile_country_code": "310",
113+
"mobile_network_code": "004",
113114
"organization": "STONEHOUSE office network",
114115
"user_type": "government"
115116
}

tests/data/insights-response.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
}
9999
],
100100
"traits": {
101+
"connection_type": "Cable/DSL",
101102
"domain": "in-addr.arpa",
102103
"ip_address": "152.216.7.110",
103104
"is_anonymous": true,
@@ -108,8 +109,8 @@
108109
"is_satellite_provider": true,
109110
"is_tor_exit_node": true,
110111
"isp": "Andrews & Arnold Ltd",
111-
"mobile_country_code" : "310",
112-
"mobile_network_code" : "004",
112+
"mobile_country_code": "310",
113+
"mobile_network_code": "004",
113114
"organization": "STONEHOUSE office network",
114115
"user_type": "government"
115116
}

0 commit comments

Comments
 (0)