Commit fd6e51612e1cc2b05b9c1d8be36a3eaecfcc995f
1 parent
3bdf9308
Exists in
master
and in
4 other branches
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,7 +69,8 @@ module TestEnv | ||
69 | remove_repository: true, | 69 | remove_repository: true, |
70 | update_repository_head: true, | 70 | update_repository_head: true, |
71 | add_key: true, | 71 | add_key: true, |
72 | - remove_key: true | 72 | + remove_key: true, |
73 | + version: '6.3.0' | ||
73 | ) | 74 | ) |
74 | 75 | ||
75 | Gitlab::Satellite::Satellite.any_instance.stub( | 76 | Gitlab::Satellite::Satellite.any_instance.stub( |