fix tokenUtils tests, skip if not configured

This commit is contained in:
Michael C
2022-09-21 03:04:16 -04:00
parent dd7656d143
commit e0be4744be
6 changed files with 173 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
"discordCompletelyIncorrectReportWebhookURL": "http://127.0.0.1:8081/webhook/CompletelyIncorrectReport",
"discordNeuralBlockRejectWebhookURL": "http://127.0.0.1:8081/webhook/NeuralBlockReject",
"neuralBlockURL": "http://127.0.0.1:8081/NeuralBlock",
"userCounterURL": "https://127.0.0.1:8081/UserCounter",
"userCounterURL": "http://127.0.0.1:8081/UserCounter",
"behindProxy": true,
"postgres": {
"user": "ci_db_user",
@@ -71,5 +71,10 @@
"statusCode": 200
}
},
"patreon": {
"clientId": "testClientID",
"clientSecret": "testClientSecret",
"redirectUri": "http://127.0.0.1/fake/callback"
},
"minReputationToSubmitFiller": -1
}