Skip to content

Commit

Permalink
Merge pull request #122 from maxmind/greg/ws-connection-type
Browse files Browse the repository at this point in the history
Add connection_type to fixture file
  • Loading branch information
faktas2 authored Oct 20, 2023
2 parents 4f1c3fb + 5a43764 commit 893b00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/data/factors-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
}
],
"traits": {
"connection_type": "Cable/DSL",
"domain": "in-addr.arpa",
"ip_address": "152.216.7.110",
"is_anonymous": true,
Expand All @@ -108,8 +109,8 @@
"is_satellite_provider": true,
"is_tor_exit_node": true,
"isp": "Andrews & Arnold Ltd",
"mobile_country_code" : "310",
"mobile_network_code" : "004",
"mobile_country_code": "310",
"mobile_network_code": "004",
"organization": "STONEHOUSE office network",
"user_type": "government"
}
Expand Down
5 changes: 3 additions & 2 deletions tests/data/insights-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
}
],
"traits": {
"connection_type": "Cable/DSL",
"domain": "in-addr.arpa",
"ip_address": "152.216.7.110",
"is_anonymous": true,
Expand All @@ -108,8 +109,8 @@
"is_satellite_provider": true,
"is_tor_exit_node": true,
"isp": "Andrews & Arnold Ltd",
"mobile_country_code" : "310",
"mobile_network_code" : "004",
"mobile_country_code": "310",
"mobile_network_code": "004",
"organization": "STONEHOUSE office network",
"user_type": "government"
}
Expand Down

0 comments on commit 893b00a

Please sign in to comment.