diff options
Diffstat (limited to 'policyhandler/customize/customizer_base.py')
-rw-r--r-- | policyhandler/customize/customizer_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policyhandler/customize/customizer_base.py b/policyhandler/customize/customizer_base.py index c98a9eb..561891f 100644 --- a/policyhandler/customize/customizer_base.py +++ b/policyhandler/customize/customizer_base.py @@ -55,8 +55,8 @@ class CustomizerBase(object): return service_url def get_deploy_handler_kwargs(self, audit): - """returns the optional dict-kwargs for requests.post to deploy_handler""" - info = "no optional kwargs for requests.post to deploy_handler" + """returns the optional dict-kwargs for requests.put to deploy_handler""" + info = "no optional kwargs for requests.put to deploy_handler" self._logger.info(info) audit.info(info) kwargs = {} |