diff --git a/tests/test_func_file.c b/tests/test_func_file.c
index 8aa315f723ed873b3c9a7d9e96cdb924cfe86033..4b59602f732be1cb75dd1a4de8d3650e2cf25604 100644
--- a/tests/test_func_file.c
+++ b/tests/test_func_file.c
@@ -253,7 +253,7 @@ AST_TEST_DEFINE(test_func_file)
 	switch (cmd) {
 	case TEST_INIT:
 		info->name = "func_file";
-		info->category = "funcs/func_env";
+		info->category = "/funcs/func_env";
 		info->summary = "Verify behavior of the FILE() dialplan function";
 		info->description =
 			"Verifies that the examples of the FILE() dialplan function documentation work as described.";