Skip to content

Commit

Permalink
feat: add experiments flag to testserver sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Aug 21, 2023
1 parent 6d22179 commit 992198e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/testutil/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ type TestServerConfig struct {
ReturnPorts func() `json:"-"`
Audit *TestAuditConfig `json:"audit,omitempty"`
Version string `json:"version,omitempty"`
Experiments []string `json:"experiments,omitempty"`
}

type TestACLs struct {
Expand Down

0 comments on commit 992198e

Please sign in to comment.