Skip to content

Commit 7f02757

Browse files
Fix SASL test failing after erlangGH-8261
1 parent 695c729 commit 7f02757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sasl/test/release_handler_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ upgrade_supervisor(Conf) when is_list(Conf) ->
16611661
%% Check that the restart strategy and child spec is updated
16621662
{status, _, {module, _}, [_, _, _, _, [_,_,{data,[{"State",State}]}|_]]} =
16631663
rpc:call(Node,sys,get_status,[a_sup]),
1664-
{state,_,RestartStrategy,{[a],Db},_,_,_,_,_,_,_,_} = State,
1664+
{state,_,RestartStrategy,{[a],Db},_,_,_,_,_,_,_,_,_} = State,
16651665
one_for_all = RestartStrategy, % changed from one_for_one
16661666
{child,_,_,_,_,_,brutal_kill,_,_} = maps:get(a,Db), % changed from timeout 2000
16671667

0 commit comments

Comments
 (0)