Skip to content

Commit 627d363

Browse files
changed database
1 parent 8d9e64f commit 627d363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(ENDPOINT "localhost:2136")
2-
set(DATABASE "/local/basic")
2+
set(DATABASE "/local")
33
configure_file(config_ydb.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config_ydb.h @ONLY)
44

55
add_subdirectory(basic_example_it)

tests/integration/config_ydb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#include <string>
55

66
const std::string endpoint = "localhost:2136";
7-
const std::string database = "/local/basic";
7+
const std::string database = "/local";
88

99
#endif // CONFIG_YDB_H_IN

0 commit comments

Comments
 (0)