Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed May 1, 2023
1 parent 56a0b98 commit b893a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app-check/app-check-api-client-internal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ describe('AppCheckApiClient', () => {
method: 'POST',
url: 'https://firebaseappcheck.googleapis.com/v1beta/projects/test-project:verifyAppCheckToken',
headers: EXPECTED_HEADERS,
data: { token: TEST_TOKEN_TO_EXCHANGE }
data: { app_check_token: TEST_TOKEN_TO_EXCHANGE }
});
});
});
Expand Down

0 comments on commit b893a31

Please sign in to comment.