Improves test message

This commit is contained in:
Davi Vidal 2019-03-05 14:39:50 +01:00
parent 1a94ad14bd
commit b0e3128125
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func TestPostProcessor_Insecure_Ssl(t *testing.T) {
config["vagrant_cloud_url"] = server.URL
config["insecure_skip_tls_verify"] = true
if err := p.Configure(config); err != nil {
t.Fatalf("err: %s", err)
t.Fatalf("Expected TLS to skip certificate validation: %s", err)
}
}