mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 22:02:25 -04:00
Test: Refresh-only and refresh:false should fail validation
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
@@ -227,6 +227,10 @@ func TestTest_Broken_Full_Output(t *testing.T) {
|
||||
expected: "Blocks of type \"check\" are not expected here.",
|
||||
code: 1,
|
||||
},
|
||||
"refresh_conflicting_config": {
|
||||
expected: "Incompatible plan options",
|
||||
code: 1,
|
||||
},
|
||||
}
|
||||
for name, tc := range tcs {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user