We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IsolatedAsyncioTestCase
1 parent 4ac52bd commit b216bdbCopy full SHA for b216bdb
1 file changed
test/credentials_test.py
@@ -10,7 +10,6 @@
10
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11
"""
12
13
-import unittest
14
from unittest import IsolatedAsyncioTestCase
15
16
import openfga_sdk
@@ -176,7 +175,7 @@ def test_configuration_client_credentials_missing_api_audience(self):
176
175
credential.validate_credentials_config()
177
178
179
-class TestCredentialsIssuer(unittest.TestCase):
+class TestCredentialsIssuer(IsolatedAsyncioTestCase):
180
def setUp(self):
181
# Setup a basic configuration that can be modified per test case
182
self.configuration = CredentialConfiguration(api_issuer="https://example.com")
0 commit comments