Skip to content

Commit b25df32

Browse files
committed
Add missing s3 mock
1 parent 7c29d96 commit b25df32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/wrappers/ut_helpers/s3_mock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class TS3Mock: public THttpServer::ICallBack {
7171
const char* GetError();
7272

7373
const THashMap<TString, TString>& GetData() const { return Data; }
74+
THashMap<TString, TString>& GetData() { return Data; }
7475

7576
private:
7677
const TSettings Settings;

0 commit comments

Comments
 (0)