remove unused prefix code, fix comment
This commit is contained in:
@@ -155,9 +155,9 @@ func startMasterOrDie(masterConfig *master.Config) (*master.Master, *httptest.Se
|
||||
func NewMasterConfig() *master.Config {
|
||||
config := storagebackend.Config{
|
||||
ServerList: []string{"http://127.0.0.1:4001"},
|
||||
// TODO: this is a quick hack to work around #27179. It
|
||||
// conveniently exercises the prefix code, so maybe it's worth
|
||||
// leaving in.
|
||||
// This causes the integration tests to exercise the etcd
|
||||
// prefix code, so please don't change without ensuring
|
||||
// sufficient coverage in other ways.
|
||||
Prefix: uuid.New(),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user