From 71c2d0d243aa9bda65f982158d8772f02bd08d10 Mon Sep 17 00:00:00 2001 From: Akshit Vaid Date: Wed, 18 Dec 2024 12:06:15 +0530 Subject: [PATCH] few changes related to ip address --- intercom/assets/logs/intercom_tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/intercom/assets/logs/intercom_tests.yaml b/intercom/assets/logs/intercom_tests.yaml index 136646d091240..4aa92ebb0cd62 100644 --- a/intercom/assets/logs/intercom_tests.yaml +++ b/intercom/assets/logs/intercom_tests.yaml @@ -239,7 +239,7 @@ tests: "type" : "tag.list" }, "custom_attributes" : { - "copilot_used" : false + "Copilot used" : false }, "teammates" : { "type" : "admin.list" @@ -376,10 +376,10 @@ tests: "network" : { "ip" : { "attributes" : [ { - "ip" : "0.0.0.0", + "ip" : "218.57.154.108", "source" : [ "@data.item.performed_by.ip" ] } ], - "list" : [ "0.0.0.0" ] + "list" : [ "218.57.154.108" ] } } } @@ -405,7 +405,7 @@ tests: performed_by: email: "abc@xyz.com" id: "1234567" - ip: "0.0.0.0" + ip: "218.57.154.108" type: "admin" type: "admin_activity_log_event" type: "notification_event_data" @@ -417,7 +417,7 @@ tests: network: client: geoip: {} - ip: "0.0.0.0" + ip: "218.57.154.108" ip: attributes: - @@ -489,7 +489,7 @@ tests: "update_by" : 1234567 }, "performed_by" : { - "ip" : "0.0.0.0", + "ip" : "218.57.154.108", "id" : "1234567", "type" : "admin", "email" : "abc@xyz.com"