Skip to content

Commit 63abc7a

Browse files
fixed shopify integration test (#3744)
1 parent 7fa397e commit 63abc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/detectors/shopify/shopify_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestShopify_FromChunk(t *testing.T) {
5050
Redacted: domain,
5151
Verified: true,
5252
ExtraData: map[string]string{
53-
"access_scopes": "read_analytics,unauthenticated_read_selling_plans",
53+
"access_scopes": "read_analytics,read_apps,write_assigned_fulfillment_orders,read_assigned_fulfillment_orders,write_customers,read_customers,write_discovery,read_discovery,write_merchant_managed_fulfillment_orders,read_merchant_managed_fulfillment_orders,write_reports,read_reports,write_cart_transforms,read_cart_transforms",
5454
},
5555
},
5656
},

0 commit comments

Comments
 (0)