Commit fd6e51612e1cc2b05b9c1d8be36a3eaecfcc995f

Authored by Dmitriy Zaporozhets
1 parent 3bdf9308

Fix tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
spec/support/test_env.rb
... ... @@ -69,7 +69,8 @@ module TestEnv
69 69 remove_repository: true,
70 70 update_repository_head: true,
71 71 add_key: true,
72   - remove_key: true
  72 + remove_key: true,
  73 + version: '6.3.0'
73 74 )
74 75  
75 76 Gitlab::Satellite::Satellite.any_instance.stub(
... ...