mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Make open source build pass
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124868265
This commit is contained in:
parent
2ac5d3694b
commit
45747fd792
10 changed files with 1059 additions and 12 deletions
|
@ -286,7 +286,7 @@ public class LoadTestAction implements Runnable {
|
|||
tasks.add(TaskOptions.Builder.withUrl("/_dr/epptool")
|
||||
.etaMillis(start.getMillis() + offsetMillis)
|
||||
.payload(
|
||||
Joiner.on('&').withKeyValueSeparator('=').join(
|
||||
Joiner.on('&').withKeyValueSeparator("=").join(
|
||||
ImmutableMap.of(
|
||||
"clientIdentifier", clientId,
|
||||
"superuser", false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue