aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-16 09:32:34 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-16 16:07:46 -0400
commit769882ea7c8e2dc622a149c2dc6fb7d34bf4641d (patch)
tree6a3938d505dc94c07f42fbfe9b1d3d2bc45f3ab7 /src/test
parentacf4225441fbb20eebedf32d15cb7ccd0488da9f (diff)
downloadtor-769882ea7c8e2dc622a149c2dc6fb7d34bf4641d.tar.gz
tor-769882ea7c8e2dc622a149c2dc6fb7d34bf4641d.zip
test_dir_handle_get: add ntor-onion-key to microdescriptor example
Shockingly, this test didn't break after this change!
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_dir_handle_get.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c
index 31b44f8de0..53c81b8599 100644
--- a/src/test/test_dir_handle_get.c
+++ b/src/test/test_dir_handle_get.c
@@ -518,7 +518,8 @@ static const char microdesc[] =
"MIGJAoGBAMjlHH/daN43cSVRaHBwgUfnszzAhg98EvivJ9Qxfv51mvQUxPjQ07es\n"
"gV/3n8fyh3Kqr/ehi9jxkdgSRfSnmF7giaHL1SLZ29kA7KtST+pBvmTpDtHa3ykX\n"
"Xorc7hJvIyTZoc1HU+5XSynj3gsBE5IGK1ZRzrNS688LnuZMVp1tAgMBAAE=\n"
- "-----END RSA PUBLIC KEY-----\n";
+ "-----END RSA PUBLIC KEY-----\n"
+ "ntor-onion-key QlrOXAa8j3LD31LESsPm/lIKFBwevk2oXdqJcd9SEUc=\n";
static void
test_dir_handle_get_micro_d(void *data)