Skip to content

Commit ab6f10c

Browse files
committed
Update tests with skipInitialFetch
1 parent 1d7040a commit ab6f10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ function createMockClient() {
603603
const AUTH_URL = "authUrl"
604604

605605
function expectCreateClientWasCalledCorrectly() {
606-
expect(createClient).toHaveBeenCalledWith({ authUrl: AUTH_URL, enableBackgroundTokenRefresh: true })
606+
expect(createClient).toHaveBeenCalledWith({ authUrl: AUTH_URL, enableBackgroundTokenRefresh: true, skipInitialFetch: true })
607607
}
608608

609609
function createOrg() {

0 commit comments

Comments
 (0)