You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require.NoError(t, xerrors.Errorf("external provisioner daemons require an entitled license"))
612
-
returnnil
613
-
}
608
+
iferr!=nil {
609
+
// AGPL instances will throw this error. They cannot use external
610
+
// provisioners.
611
+
t.Errorf("external provisioners requires a license with entitlements. The client failed to fetch the entitlements, is this an enterprise instance of coderd?")
0 commit comments