Skip to content

Commit

Permalink
Init qlog path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvens committed May 6, 2024
1 parent f65f0cb commit 18c51cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/quicr_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ TEST_CASE("Object Lifetime")
.relay_id = "relay-test"};
const auto logger = std::make_shared<cantina::Logger>("TEST");
const auto tcfg = qtransport::TransportConfig{ .tls_cert_filename = nullptr,
.tls_key_filename = nullptr };
.tls_key_filename = nullptr,
.quic_qlog_path = nullptr };

// NOLINTNEXTLINE(cert-err33-c)
CHECK_NOTHROW(std::make_unique<Server>(relayInfo, tcfg, delegate, logger));
Expand Down

0 comments on commit 18c51cd

Please sign in to comment.