Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update packages/storefront-api-client/src/tests/storefront-api-client…
Browse files Browse the repository at this point in the history
….test.ts

Co-authored-by: Scott Dixon <[email protected]>
  • Loading branch information
melissaluu and scottdixon authored Oct 27, 2023
1 parent 7b24590 commit 857a1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe("Storefront API Client", () => {
expect(client.config.storeDomain).toBe(config.storeDomain);
});

it("returns a config object that includes the provided public access token, a null private access token and a header property for the public token", () => {
it("returns a config object that includes the provided public access token and a null private access token", () => {
const client = createStorefrontAPIClient(config);
expect(client.config.publicAccessToken).toBe(config.publicAccessToken);
expect(client.config.privateAccessToken).toBeNull();
Expand Down

0 comments on commit 857a1f1

Please sign in to comment.