Skip to content

Commit 2d24c32

Browse files
committed
update test case
1 parent 18faf6a commit 2d24c32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/models/database/test_database_engine_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ def test_update_postgres_engine_config(
312312
):
313313
db = postgres_db_with_engine_config
314314

315-
updated_label = get_test_label() + "cool"
316315
db.updates.day_of_week = 2
317-
db.label = updated_label
318316
db.engine_config = PostgreSQLDatabaseConfigOptions(
319317
pg=PostgreSQLDatabaseConfigPGOptions(
320318
autovacuum_analyze_threshold=70, deadlock_timeout=2000

0 commit comments

Comments
 (0)