Skip to content

Commit

Permalink
remove test API
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Feb 14, 2017
1 parent 44b192f commit 1c56449
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dedop/webapi/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ class WebSocketService:
def __init__(self, workspace_manager: WorkspaceManager):
self.workspace_manager = workspace_manager

def test_action(self, param1: str) -> dict:
return {
"status": "ok",
"content": "successful test",
"arg": param1
}

def new_workspace(self, workspace_name) -> dict:
workspace = self.workspace_manager.create_workspace(workspace_name)
return workspace.to_json_dict()
Expand Down

0 comments on commit 1c56449

Please sign in to comment.