Commit f69c6acd authored by Tim Gross's avatar Tim Gross
Browse files

fix assertion

parent 7d9c95d4
Showing with 2 additions and 2 deletions
+2 -2
......@@ -44,7 +44,7 @@ func TestDisconnectedClients(t *testing.T) {
jobFile: "./input/lost_simple.nomad",
disconnectFn: e2eutil.AgentDisconnect,
expectedAfterDisconnect: expectedAllocStatus{
disconnected: "lost", // TODO: getting "complete"
disconnected: "lost",
unchanged: "running",
replacement: "running",
},
......@@ -81,7 +81,7 @@ func TestDisconnectedClients(t *testing.T) {
jobFile: "./input/lost_simple.nomad",
disconnectFn: e2eutil.AgentDisconnect,
expectedAfterDisconnect: expectedAllocStatus{
disconnected: "lost", // TODO: getting "complete"
disconnected: "lost",
unchanged: "running",
replacement: "running",
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment