diff options
author | Alexey Efimov <34044711+adameat@users.noreply.github.com> | 2024-01-09 14:20:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 16:20:53 +0300 |
commit | 5232e812727841f020a7c7f4a44041520478069f (patch) | |
tree | c1bb957b0f8cfd9dfcd0ca98e59ab8dc65f08b56 | |
parent | f1a7c12f38612b13e24b53f8a767df248c50bf74 (diff) | |
download | ydb-5232e812727841f020a7c7f4a44041520478069f.tar.gz |
fix ut link (#887)
-rw-r--r-- | ydb/core/sys_view/service/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/sys_view/service/ya.make b/ydb/core/sys_view/service/ya.make index cfe00ba242..2f0fe451ce 100644 --- a/ydb/core/sys_view/service/ya.make +++ b/ydb/core/sys_view/service/ya.make @@ -17,6 +17,7 @@ PEERDIR( ydb/core/base ydb/core/protos ydb/core/graph/api + ydb/core/graph/service ydb/library/aclib/protos ) |