We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4c809 commit 8b14dd3Copy full SHA for 8b14dd3
test/unit/Util-test.js
@@ -300,7 +300,7 @@ describe('Get User Agent', () => {
300
})
301
302
it('should return correct personalize endpoint for GCP NA region', done => {
303
- const endpoint = getRegionEndpoint('gcp-na', 'personalize')
+ const endpoint = getRegionEndpoint('gcp-na', 'personalizeManagement')
304
expect(endpoint).to.be.equal('gcp-na-personalize-api.contentstack.com', 'GCP NA personalize endpoint should match')
305
done()
306
0 commit comments