From 656e5c5d67e6f93ef17cf4bb04f0547eb9b07407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korina=20=C5=A0imi=C4=8Devi=C4=87?= Date: Fri, 19 Jan 2024 15:46:01 +0100 Subject: [PATCH] Remove credentials from tests Summary: related to T12015 Reviewers: iljazovic Reviewed By: iljazovic Subscribers: miljen Differential Revision: https://repo.mireo.local/D27471 --- test/integration/cancellation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/cancellation.cpp b/test/integration/cancellation.cpp index 00c35e1..d917531 100644 --- a/test/integration/cancellation.cpp +++ b/test/integration/cancellation.cpp @@ -338,7 +338,6 @@ BOOST_FIXTURE_TEST_CASE(rerunning_the_client, shared_test_data) { [&]() -> asio::awaitable { mqtt_client c(ioc, ""); c.brokers("127.0.0.1,127.0.0.1", 1883) // to avoid reconnect backoff - .credentials("cliend-id", "", "") .async_run(asio::detached); auto [ec, rc, props] = co_await c.async_publish(