File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1313 Property ,
1414 Region ,
1515 Type ,
16- )
16+ )
1717from linode_api4 .objects .base import _flatten_request_body_recursive
1818from linode_api4 .util import drop_null_keys
1919
@@ -461,11 +461,6 @@ def node_pool_create(
461461 }
462462 params .update (kwargs )
463463
464- print (params )
465- print ("-----" )
466- print (drop_null_keys (_flatten_request_body_recursive (params )))
467- # exit(0)
468-
469464 result = self ._client .post (
470465 "{}/pools" .format (LKECluster .api_endpoint ),
471466 model = self ,
Original file line number Diff line number Diff line change @@ -269,8 +269,6 @@ def test_lke_node_pool_update(self):
269269 with self .mock_put ("lke/clusters/18881/pools/456" ) as m :
270270 pool .save ()
271271
272- print (m .call_data )
273-
274272 assert m .call_data == {
275273 "tags" : ["foobar" ],
276274 "count" : 5 ,
You can’t perform that action at this time.
0 commit comments