mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
command: fix node drain monitor case
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user