You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
BUG FIXES
4
4
5
5
* Fixed a bug that would incorrectly mark tests using TestStep.ImportStateVerify as failed if they tested a resource with custom timeouts [GH-576]
6
+
* Fixed a bug where errors destroying infrastructure after tests wouldn't be reported [GH-581]
7
+
* Fixed a bug where test steps that expected a non-empty plan would fail because they had an empty plan, erroneously [GH-580]
8
+
* Fixed a bug where the plan output shown when an unexpected diff was encountered during testing would be shown in JSON instead of a human-readable format [GH-584]
0 commit comments