MM-54275 : Add Giphy production key to LDFlags (#24397)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2c6179a0a6
Коммит
66e5d5fffa
@@ -293,6 +293,19 @@ func TestGetClientConfig(t *testing.T) {
|
||||
"EnableJoinLeaveMessageByDefault": "false",
|
||||
},
|
||||
},
|
||||
{
|
||||
"test key for GiphySdkKey",
|
||||
&model.Config{
|
||||
ServiceSettings: model.ServiceSettings{
|
||||
GiphySdkKey: model.NewString(""),
|
||||
},
|
||||
},
|
||||
"",
|
||||
nil,
|
||||
map[string]string{
|
||||
"GiphySdkKey": model.ServiceSettingsDefaultGiphySdkKeyTest,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
for _, testCase := range testCases {
|
||||
|
||||
Ссылка в новой задаче
Block a user