Skip to content

fix: patch mainline improvements back to 2.14.3 #14566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 5, 2024
Prev Previous commit
Fix TestLicenseEntitlements/CurrentAndFuture test
  • Loading branch information
spikecurtis committed Sep 5, 2024
commit 89d40e50b0a48d86ef3674dec6ffb80dea968b12
2 changes: 0 additions & 2 deletions enterprise/coderd/license/license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,6 @@ func TestLicenseEntitlements(t *testing.T) {
assert.Equalf(t, int64(100), *userFeature.Limit, "user limit")
assert.Equal(t, codersdk.EntitlementNotEntitled,
entitlements.Features[codersdk.FeatureMultipleOrganizations].Entitlement)
assert.Equal(t, codersdk.EntitlementNotEntitled,
entitlements.Features[codersdk.FeatureCustomRoles].Entitlement)
},
},
}
Expand Down
Loading