diff options
-rw-r--r-- | lib/gitlab/cycle_analytics/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/cycle_analytics/test_helper.rb b/lib/gitlab/cycle_analytics/test_helper.rb index 9bd2d83fcdc..32fca7fa898 100644 --- a/lib/gitlab/cycle_analytics/test_helper.rb +++ b/lib/gitlab/cycle_analytics/test_helper.rb @@ -14,7 +14,7 @@ module Gitlab private def branch - @branch ||= @options[:branch] + @branch ||= @options[:branch] # rubocop:disable Gitlab/ModuleWithInstanceVariables end end end |