github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/test/expect_failures_checks/main.tftest.hcl (about)

     1  variables {
     2    input = "some value"
     3  }
     4  
     5  run "test" {
     6    expect_failures = [
     7      check.expected_to_fail
     8    ]
     9  }