aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2024-02-01 17:16:17 +0100
committerSebastian Hahn <sebastian@torproject.org>2024-02-01 17:16:17 +0100
commit4db6ab5c181fa85deb92076588d71cac73339dad (patch)
treea73a3e26298c7488ddf7be0276e2226a9bcff065
parentbbf8f0f1fbcbd8194d5e7333ce9f2b4d535783e4 (diff)
downloadtor-4db6ab5c181fa85deb92076588d71cac73339dad.tar.gz
tor-4db6ab5c181fa85deb92076588d71cac73339dad.zip
Update test strings
-rw-r--r--src/test/test_dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir.c b/src/test/test_dir.c
index 4ecf31038e..d09afcb9e6 100644
--- a/src/test/test_dir.c
+++ b/src/test/test_dir.c
@@ -5265,7 +5265,7 @@ test_dir_conn_purpose_to_string(void *data)
tt_str_op(dir_conn_purpose_to_string(purpose), OP_EQ, expected);
EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_DIR, "server descriptor upload");
- EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_VOTE, "server vote upload");
+ EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_VOTE, "consensus vote upload");
EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_SIGNATURES,
"consensus signature upload");
EXPECT_CONN_PURPOSE(DIR_PURPOSE_FETCH_SERVERDESC, "server descriptor fetch");