summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/900-implements.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index d08cbc9..4aa602f 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -119,6 +119,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
assertEqual(expected, vars['status_code'])
IMPLEMENTS THEN body matches (.+)
+ echo '-----------------------------------------------'
+ sed 's/^/---> /' ick_controller.log
+ echo '-----------------------------------------------'
expected_text = get_next_match()
expected = json.loads(expected_text)
print('actual body', repr(vars['body']))