Commit 03500494 authored by Chris Baker's avatar Chris Baker
Browse files

cleanup test

parent 7050e14e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2037,10 +2037,10 @@ func TestTaskRunner_BaseLabels(t *testing.T) {
}
config, cleanup := testTaskRunnerConfig(t, alloc, task.Name)
defer cleanup()
tr, err := NewTaskRunner(config)
require.NoError(err)
defer cleanup()
labels := map[string]string{}
for _, e := range tr.baseLabels {
......
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