Skip to content

Commit

Permalink
Update gh view # -b/--browser test expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed May 28, 2016
1 parent 083e161 commit 5dc99ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def test_view_browser(self, mock_webbrowser_open, mock_click_secho):
self.github.config.load_urls = lambda x: ['user1/foo']
self.github.view(1, view_in_browser=True)
mock_webbrowser_open.assert_called_with(
'user1/foo')
'https://github.com/user1/foo')

@mock.patch('gitsome.github.click.secho')
@mock.patch('gitsome.github.GitHub.issue')
Expand Down

0 comments on commit 5dc99ea

Please sign in to comment.