Skip to content
Snippets Groups Projects
Commit 46afd61b authored by Sean Bright's avatar Sean Bright Committed by Joshua Colp
Browse files

test_http_media_cache.c: Fix copy/paste error during test deregistration.

Change-Id: I9a3a978b2f818be464e062d97b93831b127ef28c
parent a1fa8df0
No related branches found
No related tags found
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
......@@ -764,8 +764,8 @@ static int unload_module(void)
AST_TEST_UNREGISTER(retrieve_etag_expired);
AST_TEST_UNREGISTER(retrieve_cache_control_age);
AST_TEST_UNREGISTER(retrieve_cache_control_directives);
AST_TEST_REGISTER(retrieve_parsed_uri);
AST_TEST_REGISTER(retrieve_content_type);
AST_TEST_UNREGISTER(retrieve_parsed_uri);
AST_TEST_UNREGISTER(retrieve_content_type);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment