summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_json.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_json.c b/tests/test_json.c
index c4e5cc6fb..603867279 100644
--- a/tests/test_json.c
+++ b/tests/test_json.c
@@ -31,7 +31,6 @@
/*** MODULEINFO
<depend>TEST_FRAMEWORK</depend>
- <depend>res_json</depend>
<support_level>core</support_level>
***/
@@ -1720,5 +1719,4 @@ static int load_module(void)
AST_MODULE_INFO(ASTERISK_GPL_KEY, 0, "JSON testing",
.load = load_module,
- .unload = unload_module,
- .nonoptreq = "res_json");
+ .unload = unload_module);