Update Agheera push URL in client and tests to use production endpoint
This commit is contained in:
@@ -1204,7 +1204,7 @@ test('POST /api/trips/:id/status cliente 532 envia posicion a Agheera en estado
|
||||
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.method, 'POST');
|
||||
assert.equal(call.options.headers.apiKey, 'test-api-key');
|
||||
assert.equal(call.options.headers['Content-Type'], 'application/json');
|
||||
|
||||
Reference in New Issue
Block a user