Merge pull request #2329 from hashicorp/f-client-allocated-telemetry

Test fix
This commit is contained in:
Alex Dadgar 2017-02-17 10:16:44 -08:00 committed by GitHub
commit 63d1ffe75f
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ func TestClient_UnarchiveAllocDir(t *testing.T) {
rc := ioutil.NopCloser(buf)
c1.migratingAllocs["123"] = newMigrateAllocCtrl()
c1.migratingAllocs["123"] = newMigrateAllocCtrl(mock.Alloc())
if err := c1.unarchiveAllocDir(rc, "123", dir1); err != nil {
t.Fatalf("err: %v", err)
}