Skip to content

Commit

Permalink
fix the test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Feb 1, 2017
1 parent 6472ee4 commit fd7b5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptworker/test/test_artifacts.py
Expand Up @@ -178,6 +178,7 @@ def makeRoute(*args, **kwargs):
context.queue = mock.MagicMock()
context.queue.options = {'baseUrl': 'https://netloc/'}
context.queue.makeRoute = makeRoute
context.queue.buildUrl = buildUrl
assert get_artifact_url(context, "x", "y") == "https://netloc/v1/rel/path"


Expand Down

0 comments on commit fd7b5a9

Please sign in to comment.