Merge pull request #13209 from thalesmg/rm-redundant-hc-r57-20240607

chore: remove redundant health check call
This commit is contained in:
Thales Macedo Garitezi 2024-06-10 14:58:48 -03:00 committed by GitHub
commit 1a20a40218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -381,7 +381,6 @@ channel_health_check(ResId, ChannelId) ->
add_channel(ResId, ChannelId, Config) ->
Result = safe_call(ResId, {add_channel, ChannelId, Config}, ?T_OPERATION),
%% Wait for health_check to finish
_ = health_check(ResId),
_ = channel_health_check(ResId, ChannelId),
Result.