Skip to content

Commit

Permalink
Fixed test failure that only happened on main github org
Browse files Browse the repository at this point in the history
Signed-off-by: Aloys Baillet <[email protected]>
  • Loading branch information
aloysbaillet committed Aug 2, 2020
1 parent 3be9670 commit 939c49e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/aswfdocker/tests/test_releaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ def test_package_baseqt_2019_dict(self):
sha=utils.get_current_sha(),
)
r.gh.repo.create_git_tag_and_release = mock.MagicMock()

class u:
name = "testuser"
email = "[email protected]"

r.gh.github.get_user = mock.MagicMock(return_value=u())

r.gather()
r.release(dry_run=False)
boost_version = list(
Expand Down

0 comments on commit 939c49e

Please sign in to comment.