mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
spelling: update
This commit is contained in:
@@ -1280,7 +1280,7 @@ func TestDeploymentEndpoint_Allocations_Blocking(t *testing.T) {
|
||||
a2.ClientStatus = structs.AllocClientStatusRunning
|
||||
time.AfterFunc(100*time.Millisecond, func() {
|
||||
assert.Nil(state.UpsertJobSummary(5, mock.JobSummary(a2.JobID)), "UpsertJobSummary")
|
||||
assert.Nil(state.UpdateAllocsFromClient(6, []*structs.Allocation{a2}), "bpdateAllocsFromClient")
|
||||
assert.Nil(state.UpdateAllocsFromClient(6, []*structs.Allocation{a2}), "updateAllocsFromClient")
|
||||
})
|
||||
|
||||
req.MinQueryIndex = 4
|
||||
|
||||
Reference in New Issue
Block a user