removed all references to the removed SCM-specific location types

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-17 14:48:29 +01:00
parent 4d32ee5dac
commit 209fd128e6
16 changed files with 41 additions and 143 deletions
@@ -57,7 +57,7 @@ describe('DefaultApiExplorerPage', () => {
] as Entity[],
}),
getLocationByRef: () =>
Promise.resolve({ id: 'id', type: 'github', target: 'url' }),
Promise.resolve({ id: 'id', type: 'url', target: 'url' }),
getEntityByName: async entityName => {
return {
apiVersion: 'backstage.io/v1alpha1',