We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f74c18 commit 25f8307Copy full SHA for 25f8307
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="grafana-api-sdk",
11
- version="0.4.2",
+ version="0.4.3",
12
author="Pascal Zimmermann",
13
author_email="[email protected]",
14
description="A Grafana API SDK",
tests/integrationtest/test_snapshot.py
@@ -33,7 +33,6 @@ def test_get_snapshot_by_key(self):
33
)
34
35
def test_d_delete_snapshot_by_key(self):
36
- print(self.snapshot.get_snapshots())
37
snapshot_key: str = self.snapshot.get_snapshots()[1].get("key")
38
self.snapshot.delete_snapshot_by_key(snapshot_key)
39
self.assertEqual(1, len(self.snapshot.get_snapshots()))
0 commit comments