Skip to content

Commit f9f8732

Browse files
committed
Fix
1 parent 3464e61 commit f9f8732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/scwconfig/scw_config_data_source_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)