Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 28, 2025
1 parent fe0dcfd commit 0c6a3f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@
"test_value": True,
"legacy": True,
},
"PREFECT_API_SERVICES_TASK_RUN_RECORDER_MAX_QUEUE_DEPTH": {
"test_value": 10,
"legacy": True,
},
"PREFECT_API_SERVICES_TRIGGERS_ENABLED": {"test_value": True, "legacy": True},
"PREFECT_API_SSL_CERT_FILE": {"test_value": "/path/to/cert"},
"PREFECT_API_TASK_CACHE_KEY_MAX_LENGTH": {"test_value": 10, "legacy": True},
Expand Down Expand Up @@ -396,6 +392,7 @@
"test_value": timedelta(minutes=10)
},
"PREFECT_SERVER_SERVICES_TASK_RUN_RECORDER_ENABLED": {"test_value": True},
"PREFECT_SERVER_SERVICES_TASK_RUN_RECORDER_MAX_QUEUE_DEPTH": {"test_value": 10},
"PREFECT_SERVER_SERVICES_TRIGGERS_ENABLED": {"test_value": True},
"PREFECT_SERVER_TASKS_MAX_CACHE_KEY_LENGTH": {"test_value": 10},
"PREFECT_SERVER_TASKS_SCHEDULING_MAX_RETRY_QUEUE_SIZE": {"test_value": 10},
Expand Down

0 comments on commit 0c6a3f8

Please sign in to comment.