mirror of
https://github.com/vale981/releases
synced 2025-03-06 02:01:41 -05:00
Mock != rspec-mocks, 1st arg is not name
This commit is contained in:
parent
4c0a63460b
commit
21d4a3fde7
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ from docutils.nodes import (
|
|||
|
||||
def _app(**kwargs):
|
||||
# Fake app obj
|
||||
app = Mock('app')
|
||||
config = Mock('config')
|
||||
app = Mock()
|
||||
config = Mock()
|
||||
config.releases_release_uri = 'foo_%s'
|
||||
config.releases_issue_uri = 'bar_%s'
|
||||
config.releases_debug = False
|
||||
|
|
Loading…
Add table
Reference in a new issue