File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
hubspot/discovery/crm/tickets Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ def basic_api(self) -> api_client.BasicApi:
1212 def batch_api (self ) -> api_client .BatchApi :
1313 return self ._configure_api_client (api_client , "BatchApi" )
1414
15- @property
16- def merge_api (self ) -> api_client .MergeApi :
17- return self ._configure_api_client (api_client , "MergeApi" )
18-
1915 @property
2016 def search_api (self ) -> api_client .SearchApi :
2117 return self ._configure_api_client (api_client , "SearchApi" )
Original file line number Diff line number Diff line change @@ -6,6 +6,5 @@ def test_is_discoverable():
66 apis = HubSpot ().crm .tickets
77 assert isinstance (apis .basic_api , BasicApi )
88 assert isinstance (apis .batch_api , BatchApi )
9- assert isinstance (apis .merge_api , MergeApi )
109 assert isinstance (apis .search_api , SearchApi )
1110 assert hasattr (apis , "get_all" )
You can’t perform that action at this time.
0 commit comments