This commit is contained in:
bugbuilder 2017-07-09 22:18:42 -04:00
parent 35d681444c
commit 2830b4f3b0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func TestConfigureURL(t *testing.T) {
p.config.VMName = "my vm"
p.config.Insecure = true
if err := p.configureURL(); err == nil {
if err := p.configureURL(); err != nil {
t.Errorf("Error: %s", err)
}
}