Skip to content

Commit e63ad81

Browse files
committed
Update me/sites request stub in UI tests.
1 parent 294855c commit e63ad81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 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"
7+
"equalTo": "ID,name,description,URL,options,jetpack,jetpack_connection"
88
},
99
"options": {
1010
"equalTo": "timezone,is_wpcom_store,woocommerce_is_active,gmt_offset"
@@ -20,6 +20,8 @@
2020
"name": "Your WooCommerce Store",
2121
"description": "",
2222
"URL": "http:\/\/yourwoosite.com",
23+
"jetpack": true,
24+
"jetpack_connection": true,
2325
"options": {
2426
"timezone": "",
2527
"gmt_offset": 0,

0 commit comments

Comments
 (0)