Revert "Fixes #898: Replace hashicorp and terraform references" (#995)

This commit is contained in:
Christian Mesh
2023-12-11 15:10:03 -05:00
committed by GitHub
parent 6b864ef262
commit abd324ea7c
470 changed files with 1878 additions and 1952 deletions

View File

@@ -546,8 +546,8 @@ func TestShow_json_output(t *testing.T) {
expectError := strings.Contains(entry.Name(), "error")
providerSource, close := newMockProviderSource(t, map[string][]string{
"test": {"1.2.3"},
"opentofu2/test": {"1.2.3"},
"test": {"1.2.3"},
"hashicorp2/test": {"1.2.3"},
})
defer close()