Skip to content

Commit 6b376e1

Browse files
test(locale-integration-test): unskip tests, now that bug has been patched in API. (#3010)
1 parent 5f3e49c commit 6b376e1

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

test/integration/locale-integration.test.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ describe('Locale API', () => {
3737
})
3838
})
3939

40-
// FIX ME
41-
// https://contentful.atlassian.net/browse/DX-991
42-
// regression in locale API: https://contentful.slack.com/archives/C01SQNTQBBM/p1777053859135889
43-
// environment id is not being returned in POST and PUT responses
44-
it.skip('Creates, gets, updates, and deletes a locale', async () => {
40+
it('Creates, gets, updates, and deletes a locale', async () => {
4541
const createdLocale = await environment.createLocale({
4642
name: 'German (Austria)',
4743
code: 'de-AT',
@@ -66,11 +62,7 @@ describe('Locale API', () => {
6662
await updatedLocale.delete()
6763
})
6864

69-
// FIX ME
70-
// https://contentful.atlassian.net/browse/DX-991
71-
// regression in locale API: https://contentful.slack.com/archives/C01SQNTQBBM/p1777053859135889
72-
// environment id is not being returned in POST and PUT responses
73-
it.skip('Creates, gets page (respects limit), deletes a locale', async () => {
65+
it('Creates, gets page (respects limit), deletes a locale', async () => {
7466
const createdLocal = await environment.createLocale({
7567
name: 'Chinese (Simplified, China)',
7668
code: 'zh-Hans-CN',

0 commit comments

Comments
 (0)