Commit ca26db7a authored by Stan Hu's avatar Stan Hu

Fix typo in protected_branches usage data

parent ce3cfac4
......@@ -39,7 +39,7 @@ module Gitlab
pushes: Event.code_push.count,
pages_domains: PagesDomain.count,
projects: Project.count,
protected_branchess: ProtectedBranch.count,
protected_branches: ProtectedBranch.count,
releases: Release.count,
remote_mirrors: RemoteMirror.count,
services: Service.where(active: true).count,
......
......@@ -54,7 +54,7 @@ describe Gitlab::UsageData do
projects
pushes
pages_domains
protected_branchess
protected_branches
releases
remote_mirrors
services
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment