aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mtproto.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-08-18 21:45:29 +0300
committerlevlam <levlam@telegram.org>2022-08-18 21:45:29 +0300
commitc5b258f097dce3aaa2b98c31d3067acc63415615 (patch)
tree9a78acae87bf7d790a2ba7b2ef6d28919163b1ff /test/mtproto.cpp
parentdb5ad187d0957e293e46d0ddb349c02a13e1e83c (diff)
Explicitly pass options to get_simple_config_*.
Diffstat (limited to 'test/mtproto.cpp')
-rw-r--r--test/mtproto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp
index 4f7e5c3f1..f15c5ca10 100644
--- a/test/mtproto.cpp
+++ b/test/mtproto.cpp
@@ -167,7 +167,7 @@ TEST(Mtproto, config) {
}
});
cnt++;
- func(std::move(promise), nullptr, is_test, -1).release();
+ func(std::move(promise), false, td::Slice(), is_test, -1).release();
};
run(td::get_simple_config_azure, false);