We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d236bc + e84cf4b commit 5e76647Copy full SHA for 5e76647
1 file changed
tests/unit/api_client/test_api_client.py
@@ -3,7 +3,7 @@
3
from conductor.client.http.api_client import ApiClient
4
5
6
-class TestOrkesAuthorizationClient(unittest.TestCase):
+class TestApiClient(unittest.TestCase):
7
8
def test_sanitize_for_serialization_with_uuid(self):
9
api_client = ApiClient()
0 commit comments