Skip to content

Commit 8b14dd3

Browse files
committed
Fixed Unit test
1 parent 2d4c809 commit 8b14dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Util-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ describe('Get User Agent', () => {
300300
})
301301

302302
it('should return correct personalize endpoint for GCP NA region', done => {
303-
const endpoint = getRegionEndpoint('gcp-na', 'personalize')
303+
const endpoint = getRegionEndpoint('gcp-na', 'personalizeManagement')
304304
expect(endpoint).to.be.equal('gcp-na-personalize-api.contentstack.com', 'GCP NA personalize endpoint should match')
305305
done()
306306
})

0 commit comments

Comments
 (0)