Skip to content
Snippets Groups Projects
Commit 40ba3cdb authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by JORGE SASIAIN
Browse files

resolve more linting errors

parent b984f3bc
Branches
Tags 0.46
1 merge request!108NAT-315: Restore ISIS should be optional in migrate iptrunk
......@@ -39,6 +39,5 @@ def test_modify_site_with_invalid_data(responses, site_subscription_factory):
},
]
with pytest.raises(FormValidationError) as e:
with pytest.raises(FormValidationError, match="site_bgp_community_id must be unique"):
run_workflow("modify_site", initial_site_data)
assert "site_bgp_community_id must be unique" in str(e.value)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment