Commit 3dcb3857 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Fix tests

parent 5060586f
......@@ -43,6 +43,7 @@ describe Gitlab::UsageData do
mattermost_enabled
edition
version
type
uuid
hostname
signup
......@@ -190,6 +191,7 @@ describe Gitlab::UsageData do
expect(subject[:license_id]).to eq(license.license_id)
expect(subject[:version]).to eq(Gitlab::VERSION)
expect(subject[:licensee]).to eq(license.licensee)
expect(subject[:type]).to eq(Gitlab::TYPE)
expect(subject[:active_user_count]).to eq(User.active.count)
expect(subject[:licensee]).to eq(license.licensee)
expect(subject[:license_user_count]).to eq(license.restricted_user_count)
......
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