Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllClientTags = []ClientTag{AdminTag, OwnerTag, MemberTag, NoAccessTag}
Functions ¶
This section is empty.
Types ¶
type BaseFixture ¶
type BaseFixture struct { Admin *tests.Client Owner *tests.Client Member *tests.Client NoAccess *tests.Client }
BaseFixture is a Fixture with multiple users in the system.
func NewBaseFixture ¶
func NewBaseFixture(t *testing.T, p *tests.Pipeline, orgID, bucketID influxdb.ID) BaseFixture
NewBaseFixture creates a BaseFixture with and admin, an org owner, a member, and an outsider for the given orgID and bucketID.
Click to show internal directories.
Click to hide internal directories.