| 8 | |
| 9 | |
| 10 | class DummySettings: |
| 11 | registration_max_retries = 3 |
| 12 | registration_timeout = 120 |
| 13 | registration_default_password_length = 12 |
| 14 | registration_sleep_min = 5 |
| 15 | registration_sleep_max = 30 |
| 16 | registration_entry_flow = "abcard" |
| 17 | registration_auto_enabled = True |
| 18 | registration_auto_check_interval = 90 |
| 19 | registration_auto_min_ready_auth_files = 3 |
| 20 | registration_auto_email_service_type = "tempmail" |
| 21 | registration_auto_email_service_id = 7 |
| 22 | registration_auto_proxy = "http://127.0.0.1:7890" |
| 23 | registration_auto_interval_min = 8 |
| 24 | registration_auto_interval_max = 18 |
| 25 | registration_auto_concurrency = 2 |
| 26 | registration_auto_mode = "parallel" |
| 27 | registration_auto_cpa_service_id = 9 |
| 28 | |
| 29 | |
| 30 | def test_get_registration_settings_includes_auto_fields(monkeypatch): |
no outgoing calls