mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
Fix broken test due to function rename
This commit is contained in:
parent
6c0f7703a6
commit
54abb87fb4
@ -28,7 +28,7 @@ func TestInstallPackage(t *testing.T) {
|
|||||||
addrs.DefaultRegistryHost, "hashicorp", "null",
|
addrs.DefaultRegistryHost, "hashicorp", "null",
|
||||||
)
|
)
|
||||||
|
|
||||||
tmpDir := newDirWithPlatform(tmpDirPath, linuxPlatform)
|
tmpDir := NewDirWithPlatform(tmpDirPath, linuxPlatform)
|
||||||
|
|
||||||
meta := getproviders.PackageMeta{
|
meta := getproviders.PackageMeta{
|
||||||
Provider: nullProvider,
|
Provider: nullProvider,
|
||||||
|
Loading…
Reference in New Issue
Block a user