mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 18:41:50 +01:00
feat: add type safe Ad model
This commit is contained in:
committed by
Sebastian Thomschke
parent
1369da1c34
commit
6ede14596d
@@ -40,7 +40,8 @@ def test_bot_config() -> Config:
|
||||
return Config.model_validate({
|
||||
"ad_defaults": {
|
||||
"contact": {
|
||||
"name": "dummy_name"
|
||||
"name": "dummy_name",
|
||||
"zipcode": "12345"
|
||||
},
|
||||
},
|
||||
"login": {
|
||||
|
||||
Reference in New Issue
Block a user