mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update gtest_disk_encrypted for new createReadBufferFromFileBase() interface
This commit is contained in:
parent
b764b6ce21
commit
7ce01b328e
@ -65,7 +65,7 @@ protected:
|
||||
|
||||
static String getBinaryRepresentation(const String & abs_path)
|
||||
{
|
||||
auto buf = createReadBufferFromFileBase(abs_path, {}, 0);
|
||||
auto buf = createReadBufferFromFileBase(abs_path, /* settings= */ {});
|
||||
String str;
|
||||
readStringUntilEOF(str, *buf);
|
||||
return str;
|
||||
|
Loading…
Reference in New Issue
Block a user