diff --git a/libvirt_integration_test.go b/libvirt_integration_test.go index 0309787..f161637 100644 --- a/libvirt_integration_test.go +++ b/libvirt_integration_test.go @@ -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) }