Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed May 28, 2024
1 parent 352be3f commit a078322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def test_config_notification_setup():
}
)

with pytest.raises(ConfigError, match="Config error: `smtp_port` must be set an integer"):
with pytest.raises(ConfigError, match="Config error: `smtp_port` must be set to an integer"):
validate_config(config)
# complete setting but does not work
config.update(
Expand Down

0 comments on commit a078322

Please sign in to comment.