@@ -87,7 +87,6 @@ func TestBackfillFeatures(t *testing.T) {
8787 string (OIDC ): {Enabled : true },
8888 string (OktaSCIM ): {Enabled : true },
8989 string (OktaUserSync ): {Enabled : true },
90- string (Policy ): {Enabled : true },
9190 string (SAML ): {Enabled : true },
9291 string (SessionLocks ): {Enabled : true },
9392 string (UpsellAlert ): {Enabled : true },
@@ -96,6 +95,7 @@ func TestBackfillFeatures(t *testing.T) {
9695 string (AccessGraphDemoMode ): {Enabled : true },
9796 string (UnrestrictedManagedUpdates ): {Enabled : true },
9897 string (ClientIPRestrictions ): {Enabled : true },
98+ string (AccessGraph ): {Enabled : true },
9999 },
100100 },
101101 expected : map [string ]* proto.EntitlementInfo {
@@ -117,7 +117,6 @@ func TestBackfillFeatures(t *testing.T) {
117117 string (OIDC ): {Enabled : true },
118118 string (OktaSCIM ): {Enabled : true },
119119 string (OktaUserSync ): {Enabled : true },
120- string (Policy ): {Enabled : true },
121120 string (SAML ): {Enabled : true },
122121 string (SessionLocks ): {Enabled : true },
123122 string (UpsellAlert ): {Enabled : true },
@@ -126,6 +125,7 @@ func TestBackfillFeatures(t *testing.T) {
126125 string (AccessGraphDemoMode ): {Enabled : true },
127126 string (UnrestrictedManagedUpdates ): {Enabled : true },
128127 string (ClientIPRestrictions ): {Enabled : true },
128+ string (AccessGraph ): {Enabled : true },
129129 },
130130 },
131131 {
@@ -194,9 +194,9 @@ func TestBackfillFeatures(t *testing.T) {
194194 string (OIDC ): {Enabled : true },
195195 string (OktaSCIM ): {Enabled : true },
196196 string (OktaUserSync ): {Enabled : true },
197- string (Policy ): {Enabled : true },
198197 string (SAML ): {Enabled : true },
199198 string (SessionLocks ): {Enabled : true },
199+ string (AccessGraph ): {Enabled : true },
200200 // defaults, no legacy equivalent
201201 string (UsageReporting ): {Enabled : false },
202202 string (UpsellAlert ): {Enabled : false },
@@ -270,7 +270,7 @@ func TestBackfillFeatures(t *testing.T) {
270270 string (K8s ): {Enabled : true },
271271 string (MobileDeviceManagement ): {Enabled : true },
272272 string (OIDC ): {Enabled : true },
273- string (Policy ): {Enabled : true },
273+ string (AccessGraph ): {Enabled : true },
274274 string (SAML ): {Enabled : true },
275275
276276 // defaults, no legacy equivalent
0 commit comments