From 40c141f14621c4b65de75e70624acf2cbb915dc9 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 6 Sep 2018 11:36:25 -0400 Subject: [PATCH] Remove random --- atst/models/workspace_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):