mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Make flaky 'TestTest_DoubleInterrupt' test more robust (#33503)
This commit is contained in:
parent
19a8850748
commit
87ed762619
@ -191,7 +191,7 @@ func TestTest_DoubleInterrupt(t *testing.T) {
|
||||
c.Run(nil)
|
||||
output := done(t).All()
|
||||
|
||||
if !strings.Contains(output, "Terraform Test Interrupted") {
|
||||
if !strings.Contains(output, "Two interrupts received") {
|
||||
t.Errorf("output didn't produce the right output:\n\n%s", output)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user