Add missing stubbed parameter
This commit is contained in:
parent
bb0603935d
commit
6a992fb4c5
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ describe Import::BitbucketServerController do
|
|||
allow(controller).to receive(:bitbucket_client).and_return(client)
|
||||
|
||||
@repo = double(slug: 'vim', owner: 'asd', full_name: 'asd/vim', "valid?" => true, project_name: 'asd', browse_url: 'http://test', name: 'vim')
|
||||
@invalid_repo = double(slug: 'invalid', owner: 'foobar', full_name: 'asd/foobar', "valid?" => false)
|
||||
@invalid_repo = double(slug: 'invalid', owner: 'foobar', full_name: 'asd/foobar', "valid?" => false, browse_url: 'http://bad-repo')
|
||||
assign_session_tokens
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue