aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/link.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/link.cpp')
-rw-r--r--test/link.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/link.cpp b/test/link.cpp
index 7ee7b2174..633a746fe 100644
--- a/test/link.cpp
+++ b/test/link.cpp
@@ -112,7 +112,7 @@ static void parse_internal_link(const td::string &url, td::td_api::object_ptr<td
continue;
}
if (r_link.error().message() == "Deep link is unavailable for the link type") {
- // some links are http-only
+ // some links are HTTP-only
continue;
}
if (r_link.error().message() == "WALLPAPER_INVALID") {