Skip to content

Commit

Permalink
changed error match
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Aug 26, 2024
1 parent c1e344c commit cfc8982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/clusters-keeper/tests/unit/test_core_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_invalid_primary_custom_tags_raises(
monkeypatch,
{"PRIMARY_EC2_INSTANCES_CUSTOM_TAGS": json.dumps(invalid_tag)},
)
with pytest.raises(ValidationError, match="string does not match regex"):
with pytest.raises(ValidationError):
ApplicationSettings.create_from_envs()


Expand Down

0 comments on commit cfc8982

Please sign in to comment.