[CLD-6430] Remove telemetry check from true_up_review (#26073)
* Remove telemetry check from true_up_review * Fix bug * Fix linter * fix tests
Этот коммит содержится в:
@@ -486,6 +486,7 @@ func TestRequestTrueUpReview(t *testing.T) {
|
||||
|
||||
cloud := mocks.CloudInterface{}
|
||||
cloud.Mock.On("SubmitTrueUpReview", mock.Anything, mock.Anything).Return(nil)
|
||||
cloud.Mock.On("CheckCWSConnection", mock.Anything).Return(nil)
|
||||
|
||||
cloudImpl := th.App.Srv().Cloud
|
||||
defer func() {
|
||||
|
||||
Ссылка в новой задаче
Block a user