From 5050c5ffedbc48ba04a53431364a185fd8cbb2f4 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Thu, 29 Nov 2018 00:49:00 +0100 Subject: [PATCH] command: Remove Extraneous field in nodedrain test --- command/node_drain_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/node_drain_test.go b/command/node_drain_test.go index 6d7cc89d9..f75d0e503 100644 --- a/command/node_drain_test.go +++ b/command/node_drain_test.go @@ -59,8 +59,7 @@ func TestNodeDrainCommand_Detach(t *testing.T) { Name: "mock_task", Driver: "mock_driver", Config: map[string]interface{}{ - "run_for": "10m", - "exit_after": "10m", + "run_for": "10m", }, }, },