Skip to content

Commit

Permalink
Fix approval tests for dynamic client.geo data
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt committed Dec 7, 2023
1 parent bbfb42a commit 79f57fc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
6 changes: 6 additions & 0 deletions systemtest/approvals/TestIntake/Errors.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"client.geo.location": [
"dynamic"
],
"client.geo.region_iso_code": [
"dynamic"
],
"client.geo.region_name": [
"dynamic"
],
"client.ip": [
"12.53.12.1"
],
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestIntake/Events.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,12 @@
"client.geo.location": [
"dynamic"
],
"client.geo.region_iso_code": [
"dynamic"
],
"client.geo.region_name": [
"dynamic"
],
"client.ip": [
"12.53.12.1"
],
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestIntake/Transactions.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,12 @@
"client.geo.location": [
"dynamic"
],
"client.geo.region_iso_code": [
"dynamic"
],
"client.geo.region_name": [
"dynamic"
],
"client.ip": [
"12.53.12.1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"client.geo.location": [
"dynamic"
],
"client.geo.region_iso_code": [
"dynamic"
],
"client.geo.region_name": [
"dynamic"
],
"client.ip": [
"12.53.12.1"
],
Expand Down
9 changes: 0 additions & 9 deletions systemtest/approvals/TestOTLPGRPCLogsClientIP.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"agent.version": [
"unknown"
],
"client.geo.city_name": [
"Berlin"
],
"client.geo.continent_name": [
"Europe"
],
Expand All @@ -24,12 +21,6 @@
"client.geo.location": [
"dynamic"
],
"client.geo.region_iso_code": [
"DE-BE"
],
"client.geo.region_name": [
"Land Berlin"
],
"client.ip": [
"178.162.206.244"
],
Expand Down

0 comments on commit 79f57fc

Please sign in to comment.