Skip to content

Commit b0a9170

Browse files
committed
forgot to uppercase auth method
1 parent 00cea6f commit b0a9170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/grpc_services/rpc_describe_external_data_source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void Convert(const TToken& in, TProperties& out) {
4343
}
4444

4545
void Convert(const TAuth& in, TProperties& out) {
46-
auto& authMethod = out["auth_method"];
46+
auto& authMethod = out["AUTH_METHOD"];
4747

4848
switch (in.GetIdentityCase()) {
4949
case TAuth::kNone:

0 commit comments

Comments
 (0)