[MM-63760] Only partially sanitize DB datasources for Support Packet (#30728)
Co-authored-by: Claude <noreply@anthropic.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
160cb91ab9
Коммит
5b389c5224
@@ -113,7 +113,7 @@ func TestDiffSanitized(t *testing.T) {
|
||||
Path: "",
|
||||
BaseVal: func() model.Config {
|
||||
cfg := defaultConfigGen()
|
||||
cfg.Sanitize(nil)
|
||||
cfg.Sanitize(nil, nil)
|
||||
return *cfg
|
||||
}(),
|
||||
ActualVal: model.Config{},
|
||||
@@ -131,7 +131,7 @@ func TestDiffSanitized(t *testing.T) {
|
||||
BaseVal: model.Config{},
|
||||
ActualVal: func() model.Config {
|
||||
cfg := defaultConfigGen()
|
||||
cfg.Sanitize(nil)
|
||||
cfg.Sanitize(nil, nil)
|
||||
return *cfg
|
||||
}(),
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user