further changes, migrate to mysql2

This commit is contained in:
Dave Horton
2019-12-16 16:32:40 -05:00
parent ca07702e49
commit 7c2e12a4be
7 changed files with 167 additions and 35 deletions
+1
View File
@@ -59,6 +59,7 @@ test('service provider tests', async(t) => {
name: 'daveh'
}
});
//console.log(`result: ${JSON.stringify(result)}`);
t.ok(result.statusCode === 422, 'cannot add two service providers with the same name');
/* cannot add a service provider with same root domain*/