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 b66a974 commit 4825c2bCopy full SHA for 4825c2b
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):
+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()
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