Update Agheera push URL in client and tests to use production endpoint
This commit is contained in:
@@ -165,7 +165,7 @@ test('POST /api/locations envia posicion a Agheera para cliente 532', async () =
|
||||
assert.equal(agheeraCalls.length, 1);
|
||||
|
||||
const call = agheeraCalls[0];
|
||||
assert.equal(call.url, 'https://push-test.agheera.com/Telematics/Positions');
|
||||
assert.equal(call.url, 'https://push-dhl.agheera.com/Telematics/positions');
|
||||
assert.equal(call.options.headers.apiKey, 'test-api-key');
|
||||
|
||||
const payload = JSON.parse(call.options.body);
|
||||
|
||||
Reference in New Issue
Block a user