You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
}).toThrow('Can only add multiple handlers when deliveryMethod is Http.');
72
+
}).toThrow(
73
+
'Can only add multiple handlers for a topic when deliveryMethod is Http. Please be sure that you used addHandler method once after creating ShopifyApi instance in your app.',
74
+
);
73
75
});
74
76
75
77
it('fails if pubsub handlers point to the same location',async()=>{
}).toThrow('Can only add multiple handlers when deliveryMethod is Http.');
84
+
}).toThrow(
85
+
'Can only add multiple handlers for a topic when deliveryMethod is Http. Please be sure that you used addHandler method once after creating ShopifyApi instance in your app.',
86
+
);
83
87
});
84
88
85
89
it('adds handler with lowercase/slash-period format to the webhook registry',async()=>{
0 commit comments