Skip to content

Commit 22dab9e

Browse files
committed
Add missing parent to mock propertySummaries.
1 parent 46c3fd3 commit 22dab9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e/plugins/module-setup-analytics.php

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function () {
9595
'propertySummaries' => array(
9696
array(
9797
'displayName' => 'Example Property',
98+
'parent' => 'account/' . ACCOUNT_ID_A,
9899
'property' => 'properties/' . GA4_PROPERTY_ID_X,
99100
'_id' => GA4_PROPERTY_ID_X,
100101
),
@@ -108,6 +109,7 @@ function () {
108109
'propertySummaries' => array(
109110
array(
110111
'displayName' => 'Example Property',
112+
'parent' => 'account/' . ACCOUNT_ID_B,
111113
'property' => 'properties/' . GA4_PROPERTY_ID_Y,
112114
'_id' => GA4_PROPERTY_ID_Y,
113115
),
@@ -121,6 +123,7 @@ function () {
121123
'propertySummaries' => array(
122124
array(
123125
'displayName' => 'Example Property Z',
126+
'parent' => 'account/' . ACCOUNT_ID_C,
124127
'property' => 'properties/' . GA4_PROPERTY_ID_Z,
125128
'_id' => GA4_PROPERTY_ID_Z,
126129
),

0 commit comments

Comments
 (0)