Skip to content

Commit

Permalink
fix: removed hardcoded passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
hentrymartin committed Dec 19, 2024
1 parent 586476c commit 0cd7349
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion automated-smoke-test/config/automation-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"challangesLinks": {
"rssFeedUrl": "http://feeds.topcoder-dev.com/challenges/feed",
Expand Down
1 change: 0 additions & 1 deletion automated-smoke-test/config/automation-config-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"allNotificationsUrl": "http://localhost:3000/notifications",
"policiesUrl": "http://localhost:3000/policy",
"username": "Tonyj",
"password": "appirio123",
"email": "[email protected]",
"challangesLinks": {
"rssFeedUrl": "http://feeds.topcoder.com/challenges/feed",
Expand Down
1 change: 0 additions & 1 deletion automated-smoke-test/config/automation-config-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"allNotificationsUrl": "https://www.topcoder.com/notifications",
"policiesUrl": "https://www.topcoder.com/policy",
"username": "CustomerUser",
"password": "appirio123",
"email": "[email protected]",
"challangesLinks": {
"rssFeedUrl": "http://feeds.topcoder.com/challenges/feed",
Expand Down
3 changes: 1 addition & 2 deletions automated-smoke-test/test-data/test-data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"login": {
"invalidUsername": "gjhhvv",
"invalidPassword": "invalidpassword"
"invalidUsername": "gjhhvv"
},
"tools": {
"subscription": "Sample A",
Expand Down

0 comments on commit 0cd7349

Please sign in to comment.