mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Update routerset reset test to use new mgr API.
This commit is contained in:
parent
17a870a64b
commit
c683896b7c
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ test_confparse_reset(void *arg)
|
|||
tt_int_op(tst->interval, OP_EQ, 10);
|
||||
|
||||
tt_ptr_op(tst->routerset, OP_NE, NULL);
|
||||
config_reset_line(&test_fmt, tst, "routerset", 0);
|
||||
config_reset_line(mgr, tst, "routerset", 0);
|
||||
tt_ptr_op(tst->routerset, OP_EQ, NULL);
|
||||
|
||||
done:
|
||||
|
|
Loading…
Add table
Reference in a new issue