Skip to content

Commit b893a31

Browse files
committed
fix tests
1 parent 56a0b98 commit b893a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/app-check/app-check-api-client-internal.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ describe('AppCheckApiClient', () => {
330330
method: 'POST',
331331
url: 'https://firebaseappcheck.googleapis.com/v1beta/projects/test-project:verifyAppCheckToken',
332332
headers: EXPECTED_HEADERS,
333-
data: { token: TEST_TOKEN_TO_EXCHANGE }
333+
data: { app_check_token: TEST_TOKEN_TO_EXCHANGE }
334334
});
335335
});
336336
});

0 commit comments

Comments
 (0)