We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2761e commit 41320a1Copy full SHA for 41320a1
1 file changed
tests/test_config.py
@@ -625,9 +625,7 @@ def test_invalid_discord_log_channel_webhook_url(
625
RuntimeSettings: Final[type[Settings]] = config._settings_class_factory() # noqa: SLF001
626
627
with EnvVariableDeleter("DISCORD_LOG_CHANNEL_WEBHOOK_URL"):
628
- os.environ["DISCORD_LOG_CHANNEL_WEBHOOK_URL"] = (
629
- invalid_discord_log_channel_url
630
- )
+ os.environ["DISCORD_LOG_CHANNEL_WEBHOOK_URL"] = invalid_discord_log_channel_url
631
632
with pytest.raises(
633
ImproperlyConfiguredError,
0 commit comments