mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix tests failing on main (#31481)
This commit is contained in:
parent
9f0d1d0630
commit
ad5ac89461
@ -1552,6 +1552,21 @@ func TestEnsureProviderVersions(t *testing.T) {
|
||||
Location getproviders.PackageLocation
|
||||
}{"1.0.0", beepProviderDir},
|
||||
},
|
||||
{
|
||||
Event: "ProvidersLockUpdated",
|
||||
Provider: beepProvider,
|
||||
Args: struct {
|
||||
Version string
|
||||
Local []getproviders.Hash
|
||||
Signed []getproviders.Hash
|
||||
Prior []getproviders.Hash
|
||||
}{
|
||||
"1.0.0",
|
||||
[]getproviders.Hash{"h1:2y06Ykj0FRneZfGCTxI9wRTori8iB7ZL5kQ6YyEnh84="},
|
||||
nil,
|
||||
[]getproviders.Hash{"h1:does-not-match"},
|
||||
},
|
||||
},
|
||||
{
|
||||
Event: "FetchPackageSuccess",
|
||||
Provider: beepProvider,
|
||||
|
Loading…
Reference in New Issue
Block a user