From 2c8f80992d5723083cc36a5126c17dd632973011 Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Tue, 6 Feb 2018 23:00:35 +0100 Subject: [PATCH] fix typo in the test expectation message the test itself was fine --- tests/vm_configuration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vm_configuration_test.go b/tests/vm_configuration_test.go index 2737215d0a12..41891b7cfc79 100644 --- a/tests/vm_configuration_test.go +++ b/tests/vm_configuration_test.go @@ -124,7 +124,7 @@ var _ = Describe("Configurations", func() { } vm = tests.NewRandomVMWithDirectLunAndDevice(2, false, diskDev) }) - It("should have /dev/vda node", func() { + It("should have /dev/sda node", func() { vm, err = virtClient.VM(tests.NamespaceTestDefault).Create(vm) Expect(err).ToNot(HaveOccurred()) tests.WaitForSuccessfulVMStart(vm)