Commit 541cdc51 authored by Piotr Skorupa's avatar Piotr Skorupa

Increment UsageDataNonSqlMetrics spec db call count

Adding `license_billable_users` metric makes some new database calls, so
the spec 'guard' counter has to be changed as well.
parent f1120705
......@@ -15,7 +15,7 @@ RSpec.describe Gitlab::UsageDataNonSqlMetrics do
described_class.uncached_data
end
expect(recorder.count).to eq(52)
expect(recorder.count).to eq(54)
end
end
end
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