Clean up test assertions for createLocation options

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-03-09 16:40:48 +01:00
parent 67fa705515
commit e8dc06d2e9
@@ -262,7 +262,7 @@ describe('DefaultLocationServiceTest', () => {
target: 'https://backstage.io/catalog-info.yaml',
type: 'url',
},
{ onConflict: undefined },
expect.anything(),
);
});
@@ -299,7 +299,7 @@ describe('DefaultLocationServiceTest', () => {
target: 'https://backstage.io/catalog-info.yaml',
type: 'unknown',
},
{ onConflict: undefined },
expect.anything(),
);
});