mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Remove call to unstubbed session start
This commit is contained in:
parent
f498866c3a
commit
08dc2cb847
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ func TestSSMDriver_StartSession(t *testing.T) {
|
|||
ErrorExpected bool
|
||||
}{
|
||||
{"NonExistingPlugin", "boguspluginname", true},
|
||||
{"StubExecutablePlugin", "more", false},
|
||||
}
|
||||
|
||||
for _, tc := range tt {
|
||||
|
|
|
|||
Loading…
Reference in a new issue