Skip to content
Snippets Groups Projects
Verified Commit 891cf643 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

resolve more linting errors

parent 89de0cf3
No related branches found
No related tags found
1 merge request!111Feature/ruff everything party hat emoji
......@@ -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