From 4f00e5ab1a0e317af85152c3084fc90e478373c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20H=C3=B6rl?= Date: Sun, 5 Jan 2014 18:29:30 +0100 Subject: [PATCH] typo --- test/integration/client/appname-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/client/appname-tests.js b/test/integration/client/appname-tests.js index c68b694f..27353688 100644 --- a/test/integration/client/appname-tests.js +++ b/test/integration/client/appname-tests.js @@ -69,7 +69,7 @@ test('application_name from connection string', function(){ var conParams = require(__dirname + '/../../../lib/connection-parameters'); var conf; if (process.argv[2]) { - conf = new conParams(process.argv[2]+'/?application_name='+appName); + conf = new conParams(process.argv[2]+'?application_name='+appName); } else { conf = 'postgres://?application_name='+appName; }