mirror of
https://github.com/google/nomulus
synced 2026-09-10 01:56:11 +00:00
Change from TaskQueueUtils to CloudTasksUtils in LoadTestAction (#1468)
* Change from TaskQueueUtils to CloudTasksUtils in LoadTestAction * Put X_CSRF_TOKEN in task headers * Fix schedule time and gradle issue * Remove TaskQueue constant dependency * Double run seconds * Add comment for X_CSRF_TOKEN
This commit is contained in:
@@ -52,7 +52,7 @@ class LoadTestCommandTest extends CommandTestCase<LoadTestCommand> {
|
||||
.put("hostInfos", 1)
|
||||
.put("domainInfos", 1)
|
||||
.put("contactInfos", 1)
|
||||
.put("runSeconds", 4600)
|
||||
.put("runSeconds", 9200)
|
||||
.build();
|
||||
verify(connection)
|
||||
.sendPostRequest(
|
||||
|
||||
Reference in New Issue
Block a user