From 5a43764fb8edbfde37e295b363b97d64339689f4 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 18 Oct 2023 15:41:14 -0700 Subject: [PATCH] Add connection_type to fixture file --- tests/data/factors-response.json | 5 +++-- tests/data/insights-response.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/data/factors-response.json b/tests/data/factors-response.json index 26a7bba..f90f54c 100644 --- a/tests/data/factors-response.json +++ b/tests/data/factors-response.json @@ -98,6 +98,7 @@ } ], "traits": { + "connection_type": "Cable/DSL", "domain": "in-addr.arpa", "ip_address": "152.216.7.110", "is_anonymous": true, @@ -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" } diff --git a/tests/data/insights-response.json b/tests/data/insights-response.json index d2ad035..f9c8956 100644 --- a/tests/data/insights-response.json +++ b/tests/data/insights-response.json @@ -98,6 +98,7 @@ } ], "traits": { + "connection_type": "Cable/DSL", "domain": "in-addr.arpa", "ip_address": "152.216.7.110", "is_anonymous": true, @@ -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" }