We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01d5cb commit 2032792Copy full SHA for 2032792
test/webhooks/request_test.rb
@@ -10,7 +10,7 @@ def test_create_webhook_request
10
headers = {
11
"HTTP_X_SHOPIFY_TOPIC" => "some/topic",
12
"HTTP_X_SHOPIFY_HMAC_SHA256" => "some_hmac",
13
- "HTTP_X_SHOPIFY_SHOP_DOMAIN" => "shop.myshopify.com",
+ "HTTP_X_SHOPIFY_SHOP_DOMAIN" => "shop.myshopify.com"
14
}
15
16
assert(ShopifyAPI::Webhooks::Request.new(raw_body: "{}", headers: headers))
0 commit comments