Merge pull request #6283 from backstage/mob/location-key

catalog-backend: fix test on windows
This commit is contained in:
Patrik Oldsberg
2021-06-30 16:59:59 +02:00
committed by GitHub
@@ -51,9 +51,7 @@ describe('ConfigLocationEntityProvider', () => {
type: 'file',
},
}),
locationKey: expect.stringMatching(
/plugins\/catalog-backend\/lols\.yaml$/,
),
locationKey: expect.stringMatching(/lols\.yaml$/),
},
]),
});