Skip to content

Commit

Permalink
Load in credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Jun 14, 2024
1 parent 1e08db5 commit f812eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spezi-invitation-code/tests/invitationCodeVerifier.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("InvitationCodeVerifier", () => {
let firestore;

beforeAll(() => {
admin.initializeApp();
admin.initializeApp({credential: admin.credential.cert(require(process.env.GOOGLE_APPLICATION_CREDENTIALS))});
verifier = new InvitationCodeVerifier();
firestore = admin.firestore();
});
Expand Down

0 comments on commit f812eb0

Please sign in to comment.