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:
@@ -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(),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user