post-processor/vagrant-cloud: missing vagrant_cloud_url in test (#9572)

This commit is contained in:
zhsj 2020-07-14 16:29:28 +08:00 committed by GitHub
parent 3a0dfa1259
commit e2cbe0de48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ func TestPostProcessor_Configure_checkAccessTokenIsRequiredByDefault(t *testing.
defer server.Close()
config := testNoAccessTokenProvidedConfig()
config["vagrant_cloud_url"] = server.URL
if err := p.Configure(config); err == nil {
t.Fatalf("Expected access token to be required.")
}