diff --git a/tests/test_dns.c b/tests/test_dns.c
index b27281e0b251b19ad1df77ff6f3d678733dd9f58..4e2c4a4649ffd50cdefb4b06b872ac1c31e9293a 100644
--- a/tests/test_dns.c
+++ b/tests/test_dns.c
@@ -913,10 +913,10 @@ AST_TEST_DEFINE(resolver_resolve_sync_off_nominal)
 		info->summary = "Test off-nominal synchronous DNS resolution";
 		info->description =
 			"This test performs several off-nominal synchronous DNS resolutions:\n"
-			"\t* Attempt resolution with NULL name\n",
-			"\t* Attempt resolution with invalid RR type\n",
-			"\t* Attempt resolution with invalid RR class\n",
-			"\t* Attempt resolution with NULL result pointer\n",
+			"\t* Attempt resolution with NULL name\n"
+			"\t* Attempt resolution with invalid RR type\n"
+			"\t* Attempt resolution with invalid RR class\n"
+			"\t* Attempt resolution with NULL result pointer\n"
 			"\t* Attempt resolution with resolver that returns an error";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
@@ -1170,10 +1170,10 @@ AST_TEST_DEFINE(resolver_resolve_async_off_nominal)
 		info->summary = "Test off-nominal asynchronous DNS resolution";
 		info->description =
 			"This test performs several off-nominal asynchronous DNS resolutions:\n"
-			"\t* Attempt resolution with NULL name\n",
-			"\t* Attempt resolution with invalid RR type\n",
-			"\t* Attempt resolution with invalid RR class\n",
-			"\t* Attempt resolution with NULL callback pointer\n",
+			"\t* Attempt resolution with NULL name\n"
+			"\t* Attempt resolution with invalid RR type\n"
+			"\t* Attempt resolution with invalid RR class\n"
+			"\t* Attempt resolution with NULL callback pointer\n"
 			"\t* Attempt resolution with resolver that returns an error";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
diff --git a/tests/test_dns_recurring.c b/tests/test_dns_recurring.c
index 84cd9d4fda364a2d1bacffcd28e0eddabfc0341c..b5736c22cd0e320a579716bf8e21078d05cf7c9d 100644
--- a/tests/test_dns_recurring.c
+++ b/tests/test_dns_recurring.c
@@ -399,10 +399,10 @@ AST_TEST_DEFINE(recurring_query_off_nominal)
 		info->summary = "Test off-nominal recurring DNS resolution";
 		info->description =
 			"This test performs several off-nominal recurring DNS resolutions:\n"
-			"\t* Attempt resolution with NULL name\n",
-			"\t* Attempt resolution with invalid RR type\n",
-			"\t* Attempt resolution with invalid RR class\n",
-			"\t* Attempt resolution with NULL callback pointer\n",
+			"\t* Attempt resolution with NULL name\n"
+			"\t* Attempt resolution with invalid RR type\n"
+			"\t* Attempt resolution with invalid RR class\n"
+			"\t* Attempt resolution with NULL callback pointer\n"
 			"\t* Attempt resolution with resolver that returns an error";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE: