File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ import (
66 "os"
77 "strings"
88 "testing"
9+
10+ "github.com/IBM/go-sdk-core/v5/core"
911 "github.com/gruntwork-io/terratest/modules/files"
1012 "github.com/gruntwork-io/terratest/modules/logger"
1113 "github.com/gruntwork-io/terratest/modules/random"
12- "github.com/stretchr/testify/require"
13- "github.com/IBM/go-sdk-core/v5/core"
1414 "github.com/gruntwork-io/terratest/modules/terraform"
1515 "github.com/stretchr/testify/assert"
16+ "github.com/stretchr/testify/require"
1617 "github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/cloudinfo"
1718 "github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testaddons"
1819 "github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testhelper"
@@ -293,6 +294,7 @@ func TestMonolithExample(t *testing.T) {
293294 terraform .WorkspaceDelete (t , existingTerraformOptions , prefix )
294295 logger .Log (t , "END: Destroy (prereq resources)" )
295296 }
297+ }
296298
297299func TestAddonPermutations (t * testing.T ) {
298300 testCases := []testaddons.AddonTestCase {
You can’t perform that action at this time.
0 commit comments