Skip to content

Commit

Permalink
Revert irrelevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jan 7, 2025
1 parent 0ac8012 commit 03ba81e
Show file tree
Hide file tree
Showing 3 changed files with 946 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/pf/tests/provider_configure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ func TestConfigureBooleans(t *testing.T) {
}`)
}

func TestConfigureErrorReplacementPF(t *testing.T) {
func TestConfigureErrorReplacement(t *testing.T) {
t.Parallel()
t.Run("replace_config_properties", func(t *testing.T) {
errString := `some error with "config_property" and "config" but not config`
Expand Down
2 changes: 1 addition & 1 deletion pkg/tfbridge/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ func TestConfigure(t *testing.T) {
})
}

func TestConfigureErrorReplacementSDKv2(t *testing.T) {
func TestConfigureErrorReplacement(t *testing.T) {
t.Parallel()
t.Run("replace_config_properties", func(t *testing.T) {
p := testprovider.ProviderV2()
Expand Down
Loading

0 comments on commit 03ba81e

Please sign in to comment.