We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a814b5 commit 5ae4622Copy full SHA for 5ae4622
test/integration/models/database/test_database_engine_config.py
@@ -363,7 +363,7 @@ def test_create_pg13_with_lz4_error(test_linode_client):
363
dbtype = "g6-standard-1"
364
365
try:
366
- db = client.database.postgresql_create(
+ client.database.postgresql_create(
367
label=label,
368
region=region,
369
engine=engine_id,
0 commit comments