Fixing gofmt issue.
This commit is contained in:
parent
0ec1f87b2b
commit
efd3595f76
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ func TestRealisClient_BatchAwareAutoPause(t *testing.T) {
|
||||||
strategy := realis.JobUpdateFromAuroraTask(job.AuroraTask()).
|
strategy := realis.JobUpdateFromAuroraTask(job.AuroraTask()).
|
||||||
VariableBatchStrategy(true, updateGroups...).
|
VariableBatchStrategy(true, updateGroups...).
|
||||||
InstanceCount(6).
|
InstanceCount(6).
|
||||||
WatchTime(time.Second*1)
|
WatchTime(time.Second * 1)
|
||||||
|
|
||||||
result, err := r.StartJobUpdate(strategy, "")
|
result, err := r.StartJobUpdate(strategy, "")
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue