Fix test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
1fd43e1f92
commit
c23e1f3d41
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ describe 'Gitlab::Satellite::Action' do
|
|||
|
||||
describe '#prepare_satellite!' do
|
||||
it 'should be able to fetch timeout from conf' do
|
||||
Gitlab.config.satellites.timeout = 30
|
||||
DEFAULT_OPTIONS['git_timeout'].should == 30.seconds
|
||||
Gitlab::Satellite::Action::DEFAULT_OPTIONS[:git_timeout].should == 30.seconds
|
||||
end
|
||||
|
||||
it 'create a repository with a parking branch and one remote: origin' do
|
||||
|
|
Loading…
Reference in a new issue