From 8924fe244fd27e45ce4e83133a5de6841038749a Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:40:34 +0100 Subject: [PATCH] Update tests/e2e/README.md Co-authored-by: Marius Poke --- tests/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index f68e25ed66..5b9a040bb6 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -132,7 +132,7 @@ if err != nil { // potentially check something in the output, or log something, ... ``` -Remember that actions don't need to check that the state was modified correctly, +**Note:** Actions don't need to check that the state was modified correctly, since we have the state checks for this. Still, it's generally a good idea to do a basic check for errors, since in case the action encounters an error,