Browse Source

Update routerset reset test to use new mgr API.

Nick Mathewson 4 years ago
parent
commit
c683896b7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_confparse.c

+ 1 - 1
src/test/test_confparse.c

@@ -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: