Changes requested by @codyoss

This commit is contained in:
Ryan Kohler
2022-04-22 10:45:22 -07:00
parent 8e4e7dc9f8
commit 6c2bc272c4
2 changed files with 3 additions and 11 deletions

View File

@@ -28,10 +28,6 @@ func String(s string) *string {
return &s
}
var emptyEnv = func() []string {
return []string{}
}
func TestCreateExecutableCredential(t *testing.T) {
ec := ExecutableConfig{
Command: "blarg",