Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Feb 4, 2017
1 parent 73a0b39 commit 01e1761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsdroid/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def start(self):
port=self.get_port, print=_LOGGER.info)

@staticmethod
def build_response(status, result, task=None):
def build_response(status, result):
"""Build a json response object."""
return web.Response(text=json.dumps({
"timestamp": datetime.now().isoformat(),
Expand Down

0 comments on commit 01e1761

Please sign in to comment.