diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-29 21:36:11 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-29 21:36:11 +0200 |
commit | 05a52060ae384ae8d2bd6e75bc5246dc67d34f4a (patch) | |
tree | e3107a908dc84cd1a7d79f4ab4a36deef05913a4 /integration | |
parent | ad83b79b2170e1f3002a7a985f2163948ad1f8e0 (diff) |
update info print s/to-sign/to-cosign
Diffstat (limited to 'integration')
-rwxr-xr-x | integration/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/test.sh b/integration/test.sh index 2ba101b..0a5dd78 100755 --- a/integration/test.sh +++ b/integration/test.sh @@ -200,7 +200,7 @@ function run_tests() { } function test_signed_tree_head() { - desc="GET tree-head-to-sign (tree size $1)" + desc="GET tree-head-to-cosign (tree size $1)" curl -s -w "%{http_code}" $log_url/get-tree-head-to-cosign \ >$log_dir/rsp |