fix another integration test problem.
This commit is contained in:
parent
71f606ddd7
commit
45342c3080
@ -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")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user