Skip to content

Commit

Permalink
-fixed typo in get_cromwell_links
Browse files Browse the repository at this point in the history
-renamed unit tests to be more accurately named
  • Loading branch information
Amr Abouelleil committed Sep 13, 2017
1 parent 2be4986 commit d4029b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion widdler.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def call_restart(args):

def get_cromwell_links(server, workflow_id, port):
return {'metadata': 'http://{}:{}/api/workflows/v1/{}/metadata'.format(server, port, workflow_id),
'timing': 'http://{}:{}/api/workflows/v1/{}/metadata'.format(server, port, workflow_id)}
'timing': 'http://{}:{}/api/workflows/v1/{}/timing'.format(server, port, workflow_id)}


def call_explain(args):
Expand Down

0 comments on commit d4029b8

Please sign in to comment.