add Deprecated field in e2e test

This commit is contained in:
Felix Kunde 2021-04-23 10:40:47 +02:00
parent 1e2dbe4712
commit c4e05d96ab
2 changed files with 1 additions and 1 deletions

View File

@ -581,6 +581,7 @@ class EndToEndTestCase(unittest.TestCase):
"Parameters": None,
"AdminRole": "",
"Origin": 2,
"Deprecated": False
})
return True
except:

View File

@ -1144,7 +1144,6 @@ func (c *Cluster) initTeamMembers(teamID string, isPostgresSuperuserTeam bool) e
Flags: flags,
MemberOf: memberOf,
Parameters: c.OpConfig.TeamAPIRoleConfiguration,
Deprecated: false,
}
if currentRole, present := c.pgUsers[username]; present {