correct a small mistake I made in one test

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2021-08-27 08:09:56 +01:00
parent 977d67d656
commit 0785cf54c3
@@ -226,7 +226,8 @@ describe('GithubDiscoveryProcessor', () => {
type: 'location',
location: {
type: 'url',
target: 'https://github.com/backstage/blob/master/catalog-info.yaml',
target:
'https://github.com/backstage/backstage/blob/master/catalog-info.yaml',
},
optional: true,
});