mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-20 00:10:04 -05:00
post-processor/vagrant-cloud: missing vagrant_cloud_url in test (#9572)
This commit is contained in:
parent
3a0dfa1259
commit
e2cbe0de48
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue