File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/services/scwconfig Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func TestAccDataSourceConfig_OtherProfile(t *testing.T) {
7878
7979 ctx := context .Background ()
8080
81- resource .ParallelTest (t , resource.TestCase {
81+ resource .Test (t , resource.TestCase {
8282 PreCheck : func () { acctest .PreCheck (t ) },
8383 ProviderFactories : func () map [string ]func () (* schema.Provider , error ) {
8484 _ = os .Unsetenv ("SCW_PROFILE" )
@@ -131,7 +131,7 @@ func TestAccDataSourceConfig_MixedProfile(t *testing.T) {
131131
132132 ctx := context .Background ()
133133
134- resource .ParallelTest (t , resource.TestCase {
134+ resource .Test (t , resource.TestCase {
135135 PreCheck : func () { acctest .PreCheck (t ) },
136136 ProviderFactories : func () map [string ]func () (* schema.Provider , error ) {
137137 _ = os .Unsetenv ("SCW_PROFILE" )
You can’t perform that action at this time.
0 commit comments