mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
feat: preview auto price reduction decisions in verify command (#829)
This commit is contained in:
@@ -275,7 +275,7 @@ def test_apply_auto_price_reduction_respects_repost_delay(caplog:pytest.LogCaptu
|
||||
|
||||
ad_orig:dict[str, Any] = {}
|
||||
|
||||
with caplog.at_level(logging.INFO):
|
||||
with caplog.at_level(logging.DEBUG):
|
||||
apply_auto_price_reduction(ad_cfg, ad_orig, "ad_delay.yaml")
|
||||
|
||||
assert ad_cfg.price == 200
|
||||
|
||||
Reference in New Issue
Block a user