post-processor/vagrant: tests on input artifact
This commit is contained in:
parent
f3494fc77a
commit
42b6f3e1ea
|
@ -7,3 +7,11 @@ import (
|
|||
func TestAWSProvider_impl(t *testing.T) {
|
||||
var _ Provider = new(AWSProvider)
|
||||
}
|
||||
|
||||
func TestAWSProvider_KeepInputArtifact(t *testing.T) {
|
||||
p := new(AWSProvider)
|
||||
|
||||
if !p.KeepInputArtifact() {
|
||||
t.Fatal("should keep input artifact")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue