From c8b4ade002f638b7edbc43b0688e1ab1b87c6f2a Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan.bosch@dovecot.fi>
Date: Mon, 18 Dec 2017 19:55:03 +0100
Subject: [PATCH] test suite: enotify extension: Remove stray
 test_message_print call.

It is a remnant from debugging.
---
 tests/extensions/enotify/mailto.svtest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/extensions/enotify/mailto.svtest b/tests/extensions/enotify/mailto.svtest
index e0d46b6c4..68d8daac8 100644
--- a/tests/extensions/enotify/mailto.svtest
+++ b/tests/extensions/enotify/mailto.svtest
@@ -514,7 +514,6 @@ test "UTF-8 address" {
 	}
 
 	test_message :smtp 0;
-	test_message_print;
 
 	set "expected" "Günther M. Karotte <g.m.karotte@example.com>";
 	if not header :is "to" "${expected}" {
-- 
GitLab