(cobra2sentry bot) remove the jobs option passed to ws, and only use one sentry sender

This commit is contained in:
Benjamin Sergeant
2020-03-12 12:24:25 -07:00
parent cb1f9f5a44
commit adf6aa1d6c
4 changed files with 6 additions and 21 deletions

View File

@ -147,7 +147,6 @@ TEST_CASE("Cobra_to_sentry_bot", "[foo]")
std::string filter;
bool verbose = true;
bool strict = true;
int jobs = 1;
size_t maxQueueSize = 10;
bool enableHeartbeat = false;
@ -167,7 +166,6 @@ TEST_CASE("Cobra_to_sentry_bot", "[foo]")
dsn,
verbose,
strict,
jobs,
maxQueueSize,
enableHeartbeat,
runtime);