Skip to content

Commit 6a28bb2

Browse files
committed
add ip_override and user_location to test
1 parent b65393a commit 6a28bb2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/ga4/EventBuilder/ValidateEvent/index.spec.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ const renderComponent = (props: Partial<ValidateEventProps> = {}) => {
5353
payloadObj: [],
5454
api_secret: "secret123",
5555
clientIds: {},
56+
ip_override: "",
57+
user_location: {
58+
city: "Mountain View",
59+
region_id: "CA",
60+
country_id: "US",
61+
subcontinent_id: "021",
62+
continent_id: "019"
63+
}
5664
}
5765

5866
return render(

0 commit comments

Comments
 (0)