We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18faf6a commit 2d24c32Copy full SHA for 2d24c32
test/integration/models/database/test_database_engine_config.py
@@ -312,9 +312,7 @@ def test_update_postgres_engine_config(
312
):
313
db = postgres_db_with_engine_config
314
315
- updated_label = get_test_label() + "cool"
316
db.updates.day_of_week = 2
317
- db.label = updated_label
318
db.engine_config = PostgreSQLDatabaseConfigOptions(
319
pg=PostgreSQLDatabaseConfigPGOptions(
320
autovacuum_analyze_threshold=70, deadlock_timeout=2000
0 commit comments