]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update test strings
authorSebastian Hahn <sebastian@torproject.org>
Thu, 1 Feb 2024 16:16:17 +0000 (17:16 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 1 Feb 2024 16:16:17 +0000 (17:16 +0100)
src/test/test_dir.c

index 4ecf31038e1dcc7c9230ebd2682e9bb81f4e0327..d09afcb9e683497f7ba08f0b69ab1b71e9c9fc52 100644 (file)
@@ -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");