Skip to content

Commit

Permalink
Update tests for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Jul 31, 2018
1 parent 6c56cc4 commit 360edda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alignak_module_ws/utils/ws_server.py
Expand Up @@ -233,8 +233,8 @@ def api_full(self):
full_api[fun]["args"] = a_dict

full_api["side_note"] = "When posting data you have to serialize value. Example : " \
"POST /set_log_level " \
"{'loglevel' : serialize('INFO')}"
"POST /set_log_level " \
"{'loglevel' : serialize('INFO')}"

return full_api

Expand Down

0 comments on commit 360edda

Please sign in to comment.