Skip to content

Commit

Permalink
Added default pw back to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Ferreira committed Jun 24, 2016
1 parent 0eb7b8d commit df204d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var mssql = require('mssql');
console.log('Dropping any existing tables...');
var connection = new mssql.Connection({
user: 'sa',
password: '',
password: 'Password12!',
server: 'localhost\\SQL2014',
database: 'sails-mssqlserver',
port: 1434
Expand Down Expand Up @@ -93,7 +93,7 @@ var connection = new mssql.Connection({
max: 100
},
user: 'sa',
password: '',
password: 'Password12!',
server: 'localhost\\SQL2014',
database: 'sails-mssqlserver',
port: 1434
Expand Down

0 comments on commit df204d1

Please sign in to comment.