Remove call to unstubbed session start

pull/9082/head
Wilken Rivera 6 years ago
parent f498866c3a
commit 08dc2cb847

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

Loading…
Cancel
Save