test: Fix SR initialization in routerlist test

Fixes #24053

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2017-11-01 11:39:52 -04:00
parent 9635843342
commit 198ede5314

View File

@ -454,7 +454,10 @@ test_directory_guard_fetch_with_no_dirinfo(void *arg)
(void) arg;
/* Initialize the SRV subsystem */
MOCK(get_my_v3_authority_cert, get_my_v3_authority_cert_m);
mock_cert = authority_cert_parse_from_string(AUTHORITY_CERT_1, NULL);
sr_init(0);
UNMOCK(get_my_v3_authority_cert);
/* Initialize the entry node configuration from the ticket */
options->UseEntryGuards = 1;