Skip to content

Commit d22257e

Browse files
author
Thomas
committed
fix integration test
1 parent 7f696a7 commit d22257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/integration_test/test_instance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class TestInstance : public std::enable_shared_from_this<TestInstance> {
100100
}
101101

102102
nabto::webrtc::SignalingDevicePtr createDevice() {
103-
http_ = nabto::webrtc::util::CurlHttpClient::create();
103+
http_ = nabto::webrtc::util::CurlHttpClient::create(std::nullopt);
104104
ws_ = nabto::example::RtcWebsocketWrapper::create();
105105
tf_ = nabto::webrtc::util::StdTimerFactory::create();
106106
tokGen_ = TestTokenGen::create(accessToken_);

0 commit comments

Comments
 (0)