Skip to content

Commit f265d41

Browse files
Remove sensitive info output in testing (#512)
1 parent b51634d commit f265d41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/models/database/test_database.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,9 @@ def test_reset_sql_credentials(test_linode_client, test_create_sql_db):
278278
db = test_linode_client.load(MySQLDatabase, test_create_sql_db.id)
279279

280280
old_pass = str(db.credentials.password)
281-
282-
print(old_pass)
283281
db.credentials_reset()
284282

285283
time.sleep(5)
286-
287284
assert db.credentials.username == "akmadmin"
288285
assert db.credentials.password != old_pass
289286

0 commit comments

Comments
 (0)