From ff536584861daf80e304f509801521f6fb2d2f67 Mon Sep 17 00:00:00 2001 From: Arseny Smirnov Date: Thu, 4 Jul 2019 14:44:27 +0200 Subject: [PATCH] Mtproto_TlsObfuscation test: minor fix GitOrigin-RevId: b9980516c7bcdb08da3138634459c083fe7bdaa0 --- test/mtproto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mtproto.cpp b/test/mtproto.cpp index ece6ba43a..568fbe36e 100644 --- a/test/mtproto.cpp +++ b/test/mtproto.cpp @@ -610,7 +610,7 @@ TEST(Mtproto, TlsObfusaction) { class Callback : public TransparentProxy::Callback { public: void set_result(Result result) override { - CHECK(result.is_error() && result.error().message() == "response hash mismatch"); + CHECK(result.is_error() && result.error().message() == "Response hash mismatch"); Scheduler::instance()->finish(); } void on_connected() override {