Skip to content

Commit 5e76647

Browse files
authored
Merge pull request #276 from conductor-sdk/fix/test-name
Fix wrong test class name
2 parents 7d236bc + e84cf4b commit 5e76647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/api_client/test_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from conductor.client.http.api_client import ApiClient
44

55

6-
class TestOrkesAuthorizationClient(unittest.TestCase):
6+
class TestApiClient(unittest.TestCase):
77

88
def test_sanitize_for_serialization_with_uuid(self):
99
api_client = ApiClient()

0 commit comments

Comments
 (0)