Skip to content

Commit 4f00e5a

Browse files
committed
typo
1 parent caffda6 commit 4f00e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client/appname-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test('application_name from connection string', function(){
6969
var conParams = require(__dirname + '/../../../lib/connection-parameters');
7070
var conf;
7171
if (process.argv[2]) {
72-
conf = new conParams(process.argv[2]+'/?application_name='+appName);
72+
conf = new conParams(process.argv[2]+'?application_name='+appName);
7373
} else {
7474
conf = 'postgres://?application_name='+appName;
7575
}

0 commit comments

Comments
 (0)