Skip to content

Commit 71489fd

Browse files
Apply suggestions from code review
Co-authored-by: Alex S <49695018+alexs-mparticle@users.noreply.github.com>
1 parent 802d42a commit 71489fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/src/tests-store.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,8 @@ describe('Store', () => {
15681568
it('should prioritize domain over custom baseUrls when both are set', () => {
15691569
const config = {
15701570
domain: 'custom.domain.com',
1571+
v1SecureServiceUrl: 'foo.customer.mp.com/v1/JS/',
1572+
v2SecureServiceUrl: 'foo.customer.mp.com/v2/JS/',
15711573
v3SecureServiceUrl: 'foo.customer.mp.com/v3/JS/',
15721574
configUrl: 'foo-configUrl.customer.mp.com/v2/JS/',
15731575
identityUrl: 'foo-identity.customer.mp.com/',

0 commit comments

Comments
 (0)