Skip to content

Commit 556ed36

Browse files
author
Andrea Coronese
committed
connection intgration tests to the correct database on Travis (not affecting build, but no automated integration test otherwise)
1 parent 8ded8d3 commit 556ed36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ new TestRunner({
7373
port: process.env.WATERLINE_ADAPTER_TESTS_PORT || 3306,
7474
user: process.env.WATERLINE_ADAPTER_TESTS_USER || 'root',
7575
password: process.env.WATERLINE_ADAPTER_TESTS_PASSWORD || '',
76-
database: process.env.WATERLINE_ADAPTER_TESTS_DATABASE || 'sails_mysql',
76+
database: process.env.WATERLINE_ADAPTER_TESTS_DATABASE || 'sails_unitTest',
7777
pool: true,
7878
connectionLimit: 10,
7979
queueLimit: 0,

0 commit comments

Comments
 (0)