Skip to content

Commit

Permalink
few changes related to ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
avaid-crest committed Dec 18, 2024
1 parent 3154b09 commit 71c2d0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions intercom/assets/logs/intercom_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ tests:
"type" : "tag.list"
},
"custom_attributes" : {
"copilot_used" : false
"Copilot used" : false
},
"teammates" : {
"type" : "admin.list"
Expand Down Expand Up @@ -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" ]
}
}
}
Expand All @@ -405,7 +405,7 @@ tests:
performed_by:
email: "[email protected]"
id: "1234567"
ip: "0.0.0.0"
ip: "218.57.154.108"
type: "admin"
type: "admin_activity_log_event"
type: "notification_event_data"
Expand All @@ -417,7 +417,7 @@ tests:
network:
client:
geoip: {}
ip: "0.0.0.0"
ip: "218.57.154.108"
ip:
attributes:
-
Expand Down Expand Up @@ -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" : "[email protected]"
Expand Down

0 comments on commit 71c2d0d

Please sign in to comment.