diff --git a/test/specs/customers.js b/test/specs/customers.js index 2ae8cd1..6ab9509 100644 --- a/test/specs/customers.js +++ b/test/specs/customers.js @@ -53,7 +53,6 @@ test('[Fail] Try create a duplicate customer', async t => { }); test('[Success] Get customer list', async t => { - console.log('User', g.users[0]); const res = await g.request .get('/admin/customers') .set('apiKey', g.users[0].apiKey)