Skip to content

Commit b6d28fa

Browse files
committed
Update test jwt payload to be correct
Becuase of additional validation that was added https://github.com/Shopify/shopify-api-ruby/pull/1369/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed This test began to fail
1 parent d5f1499 commit b6d28fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shopify_app/controller_concerns/with_shopify_id_token_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def setup
1717
@id_token = "this-is-the-shopify-id-token"
1818
@auth_header = "Bearer #{@id_token}"
1919
@jwt_payload = {
20-
iss: "iss",
20+
iss: "https://test-shop.myshopify.com/admin",
2121
dest: "https://test-shop.myshopify.com",
2222
aud: ShopifyAPI::Context.api_key,
2323
sub: "1",

0 commit comments

Comments
 (0)