mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
cli: Make state commands check required version (#30511)
This commit is contained in:
@@ -494,7 +494,7 @@ func TestTaint_module(t *testing.T) {
|
||||
func TestTaint_checkRequiredVersion(t *testing.T) {
|
||||
// Create a temporary working directory that is empty
|
||||
td := tempDir(t)
|
||||
testCopyDir(t, testFixturePath("taint-check-required-version"), td)
|
||||
testCopyDir(t, testFixturePath("command-check-required-version"), td)
|
||||
defer os.RemoveAll(td)
|
||||
defer testChdir(t, td)()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user