From b85e951f0a19b12706a1c1d03c3b761f2013d460 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 4 Mar 2019 11:00:51 +0100 Subject: [PATCH] fix expected keys --- test/test_classifier_routes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py index 89e85cd4..ec405e77 100644 --- a/test/test_classifier_routes.py +++ b/test/test_classifier_routes.py @@ -23,8 +23,7 @@ def test_trap_metadata(client_with_mocked_data): VPN_RR_PEER_INFO_KEYS = {'vpn-rr-peer-info'} -IX_PUBLIC_PEER_INFO_KEYS = { - 'ix-public-peer-info', 'ix-public-peer-group', 'interfaces'} +IX_PUBLIC_PEER_INFO_KEYS = {'ix-public-peer-info', 'interfaces'} @pytest.mark.parametrize('peer_address,expected_response_keys', [ -- GitLab