Skip to content

Commit

Permalink
Correct test case
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Oct 23, 2024
1 parent 1e37b38 commit 58862fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-kit/src/public/node/api/admin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('admin-graphql-api', () => {
expect(graphqlRequest).toHaveBeenLastCalledWith({
query: 'query',
api: 'Admin',
url: 'https://store/admin/api/2022-01/graphql.json',
url: 'https://store.myshopify.com/admin/api/2022-01/graphql.json',
token,
variables: {variables: 'variables'},
})
Expand Down

0 comments on commit 58862fd

Please sign in to comment.