From d6aa54e04067982fa4e494bb942978c43069a0da Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 13 Feb 2025 11:56:11 -0600 Subject: [PATCH] remove pwd --- 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 839f0bc..82d7a7f 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) => {