aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mtproto.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-10-31 14:35:31 +0300
committerlevlam <levlam@telegram.org>2025-10-31 14:35:31 +0300
commit3fdaa76daa6130537682139f0b64633169b50238 (patch)
tree28ba3cda916c618e2cd7df1477f5e0d07601afef /test/mtproto.cpp
parent47d756e1dfbf8ae875415c8c7227a46ec8aa2f71 (diff)
Add Op::padding().
Diffstat (limited to 'test/mtproto.cpp')
-rw-r--r--test/mtproto.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp
index 723a752c7..ed67a82f5 100644
--- a/test/mtproto.cpp
+++ b/test/mtproto.cpp
@@ -692,7 +692,8 @@ TEST(Mtproto, TlsTransport) {
}
};
- const td::string domain = "www.google.com";
+ // const td::string domain = "www.google.com";
+ const td::string domain = "t.me";
td::IPAddress ip_address;
auto resolve_status = ip_address.init_host_port(domain, 443);
if (resolve_status.is_error()) {