Skip to content

Commit

Permalink
remove User.Status field which only exists on 15+
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoandredinis committed Oct 28, 2024
1 parent 47ddd5a commit 13b359e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/web/ui/usercontext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ func TestNewUserContext(t *testing.T) {
Metadata: types.Metadata{
Name: "root",
},
Status: types.UserStatusV2{
PasswordState: types.PasswordState_PASSWORD_STATE_SET,
},
Spec: types.UserSpecV2{
CreatedBy: types.CreatedBy{
Connector: &types.ConnectorRef{},
Expand Down

0 comments on commit 13b359e

Please sign in to comment.