From 0cd7349d3d096723791935842b2737faef258a19 Mon Sep 17 00:00:00 2001 From: Hentry Martin Date: Thu, 19 Dec 2024 21:01:04 +0100 Subject: [PATCH] fix: removed hardcoded passwords --- automated-smoke-test/config/automation-config-dev.json | 1 - automated-smoke-test/config/automation-config-local.json | 1 - automated-smoke-test/config/automation-config-prod.json | 1 - automated-smoke-test/test-data/test-data.json | 3 +-- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/automated-smoke-test/config/automation-config-dev.json b/automated-smoke-test/config/automation-config-dev.json index 4df4b85ad3..9ac9bf711d 100644 --- a/automated-smoke-test/config/automation-config-dev.json +++ b/automated-smoke-test/config/automation-config-dev.json @@ -86,7 +86,6 @@ "allNotificationsUrl": "https://community-app.topcoder-dev.com/notifications", "policiesUrl": "https://community-app.topcoder-dev.com/policy", "username": "tester1234", - "password": "appirio123", "email": "sathya.jayabal@gmail.com", "challangesLinks": { "rssFeedUrl": "http://feeds.topcoder-dev.com/challenges/feed", diff --git a/automated-smoke-test/config/automation-config-local.json b/automated-smoke-test/config/automation-config-local.json index 79f61ba285..c2ca342f56 100644 --- a/automated-smoke-test/config/automation-config-local.json +++ b/automated-smoke-test/config/automation-config-local.json @@ -81,7 +81,6 @@ "allNotificationsUrl": "http://localhost:3000/notifications", "policiesUrl": "http://localhost:3000/policy", "username": "Tonyj", - "password": "appirio123", "email": "topcoderconnect@gmail.com", "challangesLinks": { "rssFeedUrl": "http://feeds.topcoder.com/challenges/feed", diff --git a/automated-smoke-test/config/automation-config-prod.json b/automated-smoke-test/config/automation-config-prod.json index ed2fc420de..d05c56008c 100644 --- a/automated-smoke-test/config/automation-config-prod.json +++ b/automated-smoke-test/config/automation-config-prod.json @@ -81,7 +81,6 @@ "allNotificationsUrl": "https://www.topcoder.com/notifications", "policiesUrl": "https://www.topcoder.com/policy", "username": "CustomerUser", - "password": "appirio123", "email": "topcoderconnect@gmail.com", "challangesLinks": { "rssFeedUrl": "http://feeds.topcoder.com/challenges/feed", diff --git a/automated-smoke-test/test-data/test-data.json b/automated-smoke-test/test-data/test-data.json index 02aa602405..98fcf8a0bc 100644 --- a/automated-smoke-test/test-data/test-data.json +++ b/automated-smoke-test/test-data/test-data.json @@ -1,7 +1,6 @@ { "login": { - "invalidUsername": "gjhhvv", - "invalidPassword": "invalidpassword" + "invalidUsername": "gjhhvv" }, "tools": { "subscription": "Sample A",