fix an integration test failure.

This commit is contained in:
Geoff Hickey 2017-11-16 17:28:40 -05:00
parent 45342c3080
commit c73820057a

View File

@ -201,7 +201,7 @@ func TestStoragePoolRefreshIntegration(t *testing.T) {
t.Fatal(err)
}
pool, err := l.StoragePool("default")
pool, err := l.StoragePool("test")
if err != nil {
t.Error(err)
}