Skip to content

Commit

Permalink
removing FIREBASE cert on one test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 30, 2023
1 parent da5e309 commit 2df67f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/airhorn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ test('Airhorn - Get Loaded Providers', () => {
TWILIO_SMS_ACCOUNT_SID: 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
TWILIO_SMS_AUTH_TOKEN: 'baz',
TWILIO_SENDGRID_API_KEY: 'foo',
FIREBASE_CERT,
});

expect(airhorn.providers.providers.length).toEqual(4);
Expand Down

0 comments on commit 2df67f1

Please sign in to comment.