Unverified Commit af30be95 authored by teor's avatar teor
Browse files

test/nodelist: Remove ROUTERSTATUS_FORMAT_NO_CONSENSUS_METHOD

When we removed obsolete consensus methods in 32695, we also
removed ROUTERSTATUS_FORMAT_NO_CONSENSUS_METHOD, so we need to
remove it from the routerstatus format tests.

Part of 20218.
parent 3851128e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1272,10 +1272,8 @@ test_nodelist_routerstatus_has_visibly_changed(void *arg)
    tor_free(fmt);                                                        \
    fmt_orig = routerstatus_format_entry(&rs_orig, NULL, NULL,            \
                          NS_CONTROL_PORT,                                \
                          ROUTERSTATUS_FORMAT_NO_CONSENSUS_METHOD,        \
                          NULL);                                          \
    fmt = routerstatus_format_entry(&rs, NULL, NULL, NS_CONTROL_PORT,     \
                          ROUTERSTATUS_FORMAT_NO_CONSENSUS_METHOD,        \
                          NULL);                                          \
    tt_assert(fmt_orig);                                                  \
    tt_assert(fmt);                                                       \