Skip to content

Commit

Permalink
unit test with mock-wierd iterating behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmimsft committed Mar 28, 2024
1 parent c0d2317 commit a681616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/recipes/terraform/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ func Test_AddProviders(t *testing.T) {
},
},
requiredProviders: map[string]*RequiredProviderInfo{
"sql": {},
providers.AWSProviderName: {},
providers.AzureProviderName: {},
providers.KubernetesProviderName: {},
"sql": {},
},
expectedConfigFile: "testdata/providers-valid.tf.json",
},
Expand Down

0 comments on commit a681616

Please sign in to comment.