Skip to content

Commit 27e697a

Browse files
author
Szymon Mentel
committed
Prevent loop detection in publishing Net Flow tests
1 parent a00b97a commit 27e697a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/dofl_with_server_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ should_publish_net_flow(_Config) ->
5757

5858
%% THEN
5959
Fun = mk_net_flow_with_flow_path_fun(DstEP, AllowedTransitions),
60-
Actual = dby:search(Fun, [], SrcEP, [depth, {max_depth, 10}]),
60+
Actual = dby:search(Fun, [], SrcEP, [depth, {max_depth, 10}, {loop, link}]),
6161
?assertEqual(Expected, Actual).
6262

6363
%%%=============================================================================

0 commit comments

Comments
 (0)