This commit is contained in:
Preetha Appan 2019-06-25 19:41:09 -05:00
parent 10e7d6df6d
commit 66fa6a67ec
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 1 additions and 0 deletions

View File

@ -891,6 +891,7 @@ func TestClientEndpoint_UpdateDrain(t *testing.T) {
// Check for the node in the FSM
state := s1.fsm.State()
ws := memdb.NewWatchSet()
out, err := state.NodeByID(ws, node.ID)
require.Nil(err)