mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user