Skip to content

Commit

Permalink
feat: add experiments flag to testserver sdk (#18541)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough authored Aug 23, 2023
1 parent a1755d1 commit a1cd3f8
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 a1cd3f8

Please sign in to comment.