We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e6b00 commit b88674eCopy full SHA for b88674e
internal/services/container/container_data_source_test.go
@@ -51,7 +51,7 @@ func TestAccDataSourceContainer_Basic(t *testing.T) {
51
}
52
53
func TestAccDataSourceContainer_HealthCheck(t *testing.T) {
54
- tt := acctest.NewTestTools(t)
+ tt := acctest.NewTestToolsWithoutRequestProjectID(t)
55
defer tt.Cleanup()
56
57
resource.ParallelTest(t, resource.TestCase{
@@ -89,7 +89,7 @@ func TestAccDataSourceContainer_HealthCheck(t *testing.T) {
89
90
91
func TestAccDataSourceContainer_ScalingOption(t *testing.T) {
92
93
94
95
PreCheck: func() { acctest.PreCheck(t) },
0 commit comments