Skip to content

Commit

Permalink
command: fix node drain monitor case
Browse files Browse the repository at this point in the history
  • Loading branch information
nickethier committed May 24, 2018
1 parent a66d89b commit 06c8cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/node_drain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func TestNodeDrainCommand_Monitor(t *testing.T) {
out = outBuf.String()
t.Logf("Output:\n%s", out)

require.Contains(out, "marked all allocations for migration")
require.Contains(out, "No drain strategy set")
}

func TestNodeDrainCommand_Fails(t *testing.T) {
Expand Down

0 comments on commit 06c8cdc

Please sign in to comment.