aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_func_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func_file.c b/tests/test_func_file.c
index 8aa315f72..4b59602f7 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.";