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 00787a2 commit e5c1d53Copy full SHA for e5c1d53
tests/integrationtest/test_service_account.py
@@ -4,7 +4,6 @@
4
5
from grafana_api.model import APIModel
6
from grafana_api.service_account import ServiceAccount
7
-from grafana_api.authentication import Authentication
8
9
10
class ServiceAccountTest(TestCase):
@@ -68,7 +67,7 @@ def test_lifecycle_service_account(self):
68
67
2, len(self.service_account.search_service_account().get("serviceAccounts"))
69
)
70
71
- #TODO Add the APi token functionality
+ # TODO Add the APi token functionality
72
73
self.service_account.delete_service_account(service_account.get("id"))
74
self.assertEqual(
0 commit comments