fix(dashboard): show enriched network details
This commit is contained in:
@@ -42,7 +42,7 @@ describe("ProxyCheck.io intelligence", () => {
|
||||
longitude: -122.0775,
|
||||
timezone: "America/Los_Angeles",
|
||||
},
|
||||
network: { asn: "AS15169", provider: "Google LLC" },
|
||||
network: { asn: "AS15169", provider: "Google LLC", connectionType: "Business", proxy: false },
|
||||
});
|
||||
expect(request).toHaveBeenCalledWith(
|
||||
expect.stringContaining("https://proxycheck.io/v2/8.8.8.8"),
|
||||
|
||||
Reference in New Issue
Block a user