Skip to content

Commit 2032792

Browse files
committed
Fix Rubocop issue
1 parent e01d5cb commit 2032792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webhooks/request_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_create_webhook_request
1010
headers = {
1111
"HTTP_X_SHOPIFY_TOPIC" => "some/topic",
1212
"HTTP_X_SHOPIFY_HMAC_SHA256" => "some_hmac",
13-
"HTTP_X_SHOPIFY_SHOP_DOMAIN" => "shop.myshopify.com",
13+
"HTTP_X_SHOPIFY_SHOP_DOMAIN" => "shop.myshopify.com"
1414
}
1515

1616
assert(ShopifyAPI::Webhooks::Request.new(raw_body: "{}", headers: headers))

0 commit comments

Comments
 (0)