diff --git a/src/test/test_config.c b/src/test/test_config.c index e9df6b0386..5be36b6f69 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -2006,8 +2006,8 @@ test_config_adding_default_trusted_dir_servers(void *arg) /* Assume we have three V3 authorities */ add_default_trusted_dir_authorities(V3_DIRINFO); - tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 3); - tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 3); + tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 5); + tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 5); done: clear_dir_servers();