mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
test: Fix SR initialization in routerlist test
Fixes #24053 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
9635843342
commit
198ede5314
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user