From 2abfe71086f156a6a0fdaff0cac49caa86db20ba Mon Sep 17 00:00:00 2001 From: bernd-m <43466467+bermuell@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:10:06 +0200 Subject: [PATCH] Update tests/e2e/actions.go Co-authored-by: MSalopek --- tests/e2e/actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/actions.go b/tests/e2e/actions.go index 131982651b..2428326c3e 100644 --- a/tests/e2e/actions.go +++ b/tests/e2e/actions.go @@ -1853,7 +1853,7 @@ func (tr TestRun) assignConsumerPubKey(action assignConsumerPubKeyAction, verbos } if verbose { - fmt.Printf("got expected error during key assignment | err: %s \n", err.Error()) + fmt.Printf("got expected error during key assignment | err: %s | output: %s \n", err, string(bz)) } }