diff --git a/atst/models/workspace_user.py b/atst/models/workspace_user.py index 1677a4bd..934c6f89 100644 --- a/atst/models/workspace_user.py +++ b/atst/models/workspace_user.py @@ -38,7 +38,7 @@ class WorkspaceUser(object): @property def status(self): - return "radical" + return "active" @property def has_environment_roles(self):