We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4091829 commit df4a7cbCopy full SHA for df4a7cb
src/mongocxx/test/pool.cpp
@@ -18,11 +18,11 @@
18
#include <cstddef>
19
#include <string>
20
21
-#include <mongocxx/instance.hpp>
22
-#include <mongocxx/private/libmongoc.hh>
23
#include <mongocxx/client.hpp>
+#include <mongocxx/instance.hpp>
24
#include <mongocxx/options/ssl.hpp>
25
#include <mongocxx/pool.hpp>
+#include <mongocxx/private/libmongoc.hh>
26
27
using namespace mongocxx;
28
@@ -91,7 +91,7 @@ TEST_CASE(
91
interposed = *opts;
92
});
93
94
- pool p{uri{"mongodb://mongodb.example.com:9999?ssl=true"},
+ pool p{uri{"mongodb://mongodb.example.com:9999/?ssl=true"},
95
options::client().ssl_opts(ssl_opts)};
96
97
REQUIRE(set_ssl_opts_called);
0 commit comments