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 9c5b207 commit 8d9e64fCopy full SHA for 8d9e64f
tests/integration/CMakeLists.txt
@@ -1,5 +1,5 @@
1
set(ENDPOINT "localhost:2136")
2
-set(DATABASE "/Root/test")
+set(DATABASE "/local/basic")
3
configure_file(config_ydb.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config_ydb.h @ONLY)
4
5
add_subdirectory(basic_example_it)
tests/integration/config_ydb.h
@@ -4,6 +4,6 @@
#include <string>
6
const std::string endpoint = "localhost:2136";
7
-const std::string database = "/Root/test";
+const std::string database = "/local/basic";
8
9
#endif // CONFIG_YDB_H_IN
0 commit comments