Failing Travis test

master
Mark Moffat 2019-11-09 14:56:20 +10:30
parent 357e694597
commit 6f2efde1ea
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ 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)