Remove credentials from tests

Summary: related to T12015

Reviewers: iljazovic

Reviewed By: iljazovic

Subscribers: miljen

Differential Revision: https://repo.mireo.local/D27471
This commit is contained in:
Korina Šimičević
2024-01-19 15:46:01 +01:00
parent 30711186bd
commit 656e5c5d67

View File

@ -338,7 +338,6 @@ BOOST_FIXTURE_TEST_CASE(rerunning_the_client, shared_test_data) {
[&]() -> asio::awaitable<void> {
mqtt_client<test::test_stream> 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<qos_e::at_least_once>(