fix another integration test problem.

This commit is contained in:
Geoff Hickey 2017-11-16 17:16:10 -05:00
parent 71f606ddd7
commit 45342c3080

View File

@ -225,7 +225,7 @@ func TestStoragePoolRefreshInvalidIntegration(t *testing.T) {
t.Error(err) t.Error(err)
} }
err := l.StoragePoolRefresh(pool, 0) err = l.StoragePoolRefresh(pool, 0)
if err == nil { if err == nil {
t.Error("expected non-existent storage pool to fail refresh") t.Error("expected non-existent storage pool to fail refresh")
} }