fix: tests

This commit is contained in:
Nikita Nek Dudnik
2020-06-05 16:22:44 +02:00
parent e2c6864055
commit 48a71d6300
@@ -81,6 +81,8 @@ describe('Integration: GitHubLocationSource', () => {
});
it('fetches the fixture from backstage repo', async () => {
(fetch as any).mockResolvedValueOnce(new Response('component3'));
const PERMANENT_LINK =
'https://github.com/spotify/backstage/blob/ee84a874f8e37f87940cbe515a86c07a2db29541/plugins/catalog-backend/fixtures/one_component.yaml';