Remove call to unstubbed session start

This commit is contained in:
Wilken Rivera
2020-05-08 09:32:49 -04:00
parent f498866c3a
commit 08dc2cb847
-1
View File
@@ -16,7 +16,6 @@ func TestSSMDriver_StartSession(t *testing.T) {
ErrorExpected bool
}{
{"NonExistingPlugin", "boguspluginname", true},
{"StubExecutablePlugin", "more", false},
}
for _, tc := range tt {