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 5918824 commit a3397e1Copy full SHA for a3397e1
test/integration/conftest.py
@@ -557,7 +557,7 @@ def get_db_status():
557
558
559
@pytest.fixture(scope="session")
560
-def get_monitor_token_for_db_entities(test_linode_client):
+def get_monitor_token_for_db_entities(test_linode_client, test_create_postgres_db):
561
client = test_linode_client
562
563
dbs = client.database.postgresql_instances()
test/integration/models/monitor_api/test_monitor_api.py
@@ -9,4 +9,3 @@ def test_monitor_api_fetch_dbaas_metrics(test_monitor_client):
9
)
10
11
assert metrics.status == "success"
12
- assert len(metrics.data.result) > 0
0 commit comments