Skip to content

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Nov 3, 2023
1 parent 4c8b6b3 commit 25041ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/diagnostic_test.go
Expand Up @@ -3,7 +3,6 @@ package examples
import (
"bytes"
"path/filepath"
"q"
"strings"
"testing"

Expand All @@ -22,15 +21,7 @@ func TestCredentialsErrorNotDuplicated(t *testing.T) {
ExtraRuntimeValidation: func(t *testing.T, stackInfo integration.RuntimeValidationStackInfo) {
assert.Equal(t, 1, strings.Count(outputBuf.String(), "No valid credential sources found"))
},
LocalProviders: []integration.LocalDependency{
{
Package: "aws",
Path: filepath.Join(getCwd(t), "..", "bin"),
},
},
})

integration.ProgramTest(t, &test)

q.Q(outputBuf.String())
}

0 comments on commit 25041ca

Please sign in to comment.