mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
fix comment
This commit is contained in:
committed by
Michael Schurter
parent
5324e56e1c
commit
270699bab2
@@ -311,7 +311,7 @@ func TestFSM_BatchUpdateNodeDrain(t *testing.T) {
|
||||
resp = fsm.Apply(makeLog(buf))
|
||||
require.Nil(resp)
|
||||
|
||||
// Verify we are NOT registered
|
||||
// Verify drain is set
|
||||
ws := memdb.NewWatchSet()
|
||||
node, err = fsm.State().NodeByID(ws, req.Node.ID)
|
||||
require.Nil(err)
|
||||
|
||||
Reference in New Issue
Block a user