From 86961da6682c8a97ce006b704f046059713bc494 Mon Sep 17 00:00:00 2001 From: Hentry Martin Date: Wed, 11 Dec 2024 20:11:15 +0100 Subject: [PATCH] fix: removed password from config json --- test-automation/config/config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-automation/config/config.json b/test-automation/config/config.json index 7ec0216c..744e51e5 100644 --- a/test-automation/config/config.json +++ b/test-automation/config/config.json @@ -1,12 +1,10 @@ { "copilotRole": { "email": "topcoderconnect+Copilot@gmail.com", - "password": "appirio123", "handle": "TCConnCopilot" }, "copilotManagerRole": { "email": "topcoderconnect+CopilotManager@gmail.com", - "password": "appirio123", "handle": "TCConCopilotMgr" }, "givenUrl": "https://challenges.topcoder-dev.com/",