Skip to content

Commit e41c26d

Browse files
committed
chore: update testcase
1 parent 3aa4f3b commit e41c26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__test__/endpoints.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ describe('getContentstackEndpoint', () => {
241241
expect(result).toBe('https://ai.contentstack.com');
242242
});
243243

244-
it('should return correct personalize endpoint', () => {
245-
const result = getContentstackEndpoint('us', 'personalize');
244+
it('should return correct personalizeManagement endpoint', () => {
245+
const result = getContentstackEndpoint('us', 'personalizeManagement');
246246

247247
expect(result).toBe('https://personalize-api.contentstack.com');
248248
});

0 commit comments

Comments
 (0)