Skip to content

Commit e33565f

Browse files
staskusiangmaia
authored andcommitted
Fix UI Test Failures by updating Site API mock parameters (#16155)
1 parent 974cb28 commit e33565f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WooCommerce/WooCommerceUITests/Mocks/mappings/me/rest_v11_me_sites.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"method": "GET",
55
"queryParameters": {
66
"fields": {
7-
"equalTo": "ID,name,description,URL,options,jetpack,jetpack_connection,capabilities,was_ecommerce_trial,plan,jetpack_modules"
7+
"equalTo": "ID,name,description,URL,options,jetpack,jetpack_connection,capabilities,was_ecommerce_trial,plan,jetpack_modules,is_garden,garden_name,garden_partner"
88
},
99
"options": {
1010
"equalTo": "timezone,is_wpcom_store,woocommerce_is_active,gmt_offset,jetpack_connection_active_plugins,admin_url,login_url,frame_nonce,blog_public,can_blaze"
@@ -57,6 +57,9 @@
5757
"jetpack": true,
5858
"jetpack_connection": true,
5959
"was_ecommerce_trial": false,
60+
"is_garden": false,
61+
"garden_name": null,
62+
"garden_partner": null,
6063
"options": {
6164
"timezone": "",
6265
"gmt_offset": 0,

0 commit comments

Comments
 (0)