# HG changeset patch # User Branko Majic # Date 2017-12-19 14:52:39 # Node ID c966cf604d1c2f5225683526132554efee867945 # Parent 75ffbf8c8b18bc414c0c9ce1a9b4a171b2de962a CONNT-28: Updated ordering of elements in one of the tests for expected results to avoid test failure. diff --git a/conntrackt/tests/test_views.py b/conntrackt/tests/test_views.py --- a/conntrackt/tests/test_views.py +++ b/conntrackt/tests/test_views.py @@ -215,8 +215,8 @@ class EntityViewTest(PermissionTestMixin " Test Entity 1 (TCP:3306)>", " Test Entity 1 (TCP:22)>"] - expected_outgoing_communications = [" Test Entity 2 (UDP:123)>", - " Test Entity 3 (UDP:53)>"] + expected_outgoing_communications = [" Test Entity 3 (UDP:53)>", + " Test Entity 2 (UDP:123)>"] expected_interfaces = [""]