From 25cf5ce8196cc7d3c6fb8310890ea5ea64898703 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 13 Feb 2025 12:12:41 -0600 Subject: [PATCH] remove password --- src/__tests__/repertory.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/repertory.test.js b/src/__tests__/repertory.test.js index 81efe0a..721357d 100644 --- a/src/__tests__/repertory.test.js +++ b/src/__tests__/repertory.test.js @@ -6,7 +6,7 @@ import * as repertory from '../index.js'; import connection from '../networking/connection'; const TEST_HOST = process.env.TEST_HOST || 'localhost'; -const TEST_PASSWORD = process.env.TEST_PASSWORD || 'cow_moose_doge_chicken'; +const TEST_PASSWORD = process.env.TEST_PASSWORD || ''; const TEST_PORT = process.env.TEST_PORT || 20000; const calculate_sha256 = (path) => {