aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/client
diff options
context:
space:
mode:
authordanila-eremin <danila-eremin@yandex-team.ru>2022-02-10 16:46:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:21 +0300
commit358e631d1a69242d3ae4d6e6b1e4f7581d03133b (patch)
treedb997f29fd5f1b32ede8ce681a7c73ec0a0714d0 /library/cpp/tvmauth/client
parentbf23f1e45d4627b54a70900ef362c1be748cc787 (diff)
downloadydb-358e631d1a69242d3ae4d6e6b1e4f7581d03133b.tar.gz
Restoring authorship annotation for <danila-eremin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tvmauth/client')
-rw-r--r--library/cpp/tvmauth/client/ut/settings_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/tvmauth/client/ut/settings_ut.cpp b/library/cpp/tvmauth/client/ut/settings_ut.cpp
index 76c9542442e..dbb04272a13 100644
--- a/library/cpp/tvmauth/client/ut/settings_ut.cpp
+++ b/library/cpp/tvmauth/client/ut/settings_ut.cpp
@@ -37,7 +37,7 @@ Y_UNIT_TEST_SUITE(ClientSettings) {
TTestCase{
.Name = "dsts with selfTvmId",
.Settings = {
- .SelfTvmId = 43,
+ .SelfTvmId = 43,
.FetchServiceTicketsForDsts = {42},
},
.Err = "Secret is required for fetching of Service Tickets",
@@ -47,7 +47,7 @@ Y_UNIT_TEST_SUITE(ClientSettings) {
.Settings = {
.SelfTvmId = 43,
.Secret = TStringBuf("foobar"),
- .FetchServiceTicketsForDsts = {42},
+ .FetchServiceTicketsForDsts = {42},
},
.Err = "",
},