Fixed test
parent
d3390d8b16
commit
9f49aed230
|
@ -252,7 +252,7 @@ test.serial('[Success] Get orders', async t => {
|
||||||
.expect(200);
|
.expect(200);
|
||||||
|
|
||||||
// Check the returned order length
|
// Check the returned order length
|
||||||
t.deepEqual(orders.length, res.body.orders.length);
|
t.deepEqual(jsonData.orders.length, res.body.orders.length);
|
||||||
});
|
});
|
||||||
|
|
||||||
test.serial('[Fail] Try get orderes with a bogus apiKey', async t => {
|
test.serial('[Fail] Try get orderes with a bogus apiKey', async t => {
|
||||||
|
|
Loading…
Reference in New Issue