diff --git a/test/integration/mysql/mysql_test.go b/test/integration/mysql/mysql_test.go index 8e679c7..28e395f 100644 --- a/test/integration/mysql/mysql_test.go +++ b/test/integration/mysql/mysql_test.go @@ -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. diff --git a/test/integration/simple_example/simple_example_test.go b/test/integration/simple_example/simple_example_test.go index 0c723e4..a989532 100644 --- a/test/integration/simple_example/simple_example_test.go +++ b/test/integration/simple_example/simple_example_test.go @@ -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.