Update packages/integration/src/github/GithubCredentialsProvider.test.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Johan Haals
2021-01-14 09:04:14 +01:00
parent e64acdad76
commit d5189471b2
@@ -92,7 +92,7 @@ describe('GithubCredentialsProvider tests', () => {
expect(token).toEqual(accessToken2);
expect(headers).toEqual({ Authorization: 'Bearer secret_token' });
// fallback to the configured token if no applicatin is matching
// fallback to the configured token if no application is matching
await expect(
github.getCredentials({
url: 'https://github.com/404/foobar',