Enable temporary disabled test

This commit is contained in:
D051920
2020-07-30 16:33:28 +02:00
parent 8f74bd32a9
commit ade170367b
2 changed files with 4 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ describe('Localized Data', () => {
])
})
xit('supports @cds.localized:false', async ()=>{
it('supports @cds.localized:false', async ()=>{
const { data } = await GET(`/browse/BooksSans?&$select=title,localized_title&$expand=currency&$filter=locale eq 'de' or locale eq null`, {
headers: { 'Accept-Language': 'de' },
})