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 a43aa901f..f90c8ddf8 100644
--- a/test/link.cpp
+++ b/test/link.cpp
@@ -500,7 +500,7 @@ static auto unknown_deep_link(const td::string &link) {
}
static auto unsupported_proxy() {
- return td::td_api::make_object<td::td_api::internalLinkTypeUnsupportedProxy>();
+ return td::td_api::make_object<td::td_api::internalLinkTypeProxy>(nullptr);
}
static auto upgraded_gift(const td::string &name) {