Merge pull request #6283 from backstage/mob/location-key
catalog-backend: fix test on windows
This commit is contained in:
@@ -51,9 +51,7 @@ describe('ConfigLocationEntityProvider', () => {
|
||||
type: 'file',
|
||||
},
|
||||
}),
|
||||
locationKey: expect.stringMatching(
|
||||
/plugins\/catalog-backend\/lols\.yaml$/,
|
||||
),
|
||||
locationKey: expect.stringMatching(/lols\.yaml$/),
|
||||
},
|
||||
]),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user