Skip to content
Snippets Groups Projects
Commit b85e951f authored by Erik Reid's avatar Erik Reid
Browse files

fix expected keys

parent 6b04352e
No related branches found
No related tags found
No related merge requests found
......@@ -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', [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment