We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3397e1 commit 87dfa46Copy full SHA for 87dfa46
test/integration/conftest.py
@@ -557,7 +557,9 @@ def get_db_status():
557
558
559
@pytest.fixture(scope="session")
560
-def get_monitor_token_for_db_entities(test_linode_client, test_create_postgres_db):
+def get_monitor_token_for_db_entities(
561
+ test_linode_client, test_create_postgres_db
562
+):
563
client = test_linode_client
564
565
dbs = client.database.postgresql_instances()
0 commit comments