Remove call to unstubbed session start

This commit is contained in:
Wilken Rivera 2020-04-29 15:44:18 -04:00
parent f498866c3a
commit 08dc2cb847

View file

@ -16,7 +16,6 @@ func TestSSMDriver_StartSession(t *testing.T) {
ErrorExpected bool
}{
{"NonExistingPlugin", "boguspluginname", true},
{"StubExecutablePlugin", "more", false},
}
for _, tc := range tt {