From c73820057a47ca2cfd1cc541ae015579b6b7a0f7 Mon Sep 17 00:00:00 2001 From: Geoff Hickey Date: Thu, 16 Nov 2017 17:28:40 -0500 Subject: [PATCH] fix an integration test failure. --- libvirt_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }