Skip to content

Commit

Permalink
Correct TestDeploymentUrl module import
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay committed Sep 19, 2024
1 parent b3e1dd0 commit af03e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"time"

"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
test "github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/test/integration"
"github.com/stretchr/testify/assert"
"github.com/terraform-google-modules/three-tier-app/test/integration"
)

// Retry if these errors are encountered.
Expand Down
2 changes: 1 addition & 1 deletion test/integration/simple_example/simple_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/gcloud"
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/tft"
"github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test/pkg/utils"
test "github.com/GoogleCloudPlatform/terraform-google-three-tier-web-app/test/integration"
"github.com/stretchr/testify/assert"
"github.com/terraform-google-modules/three-tier-app/test/integration"
)

// Retry if these errors are encountered.
Expand Down

0 comments on commit af03e1e

Please sign in to comment.