mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
Minor typo (boostrap)
This commit is contained in:
parent
edf7a162f6
commit
8e361beb7a
@ -1315,7 +1315,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) {
|
||||
err: "'bootstrap_expect > 0' not allowed in dev mode",
|
||||
},
|
||||
{
|
||||
desc: "bootstrap-expect and boostrap",
|
||||
desc: "bootstrap-expect and bootstrap",
|
||||
flags: []string{
|
||||
`-datacenter=a`,
|
||||
`-data-dir=` + dataDir,
|
||||
@ -1325,7 +1325,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) {
|
||||
err: "'bootstrap_expect > 0' and 'bootstrap = true' are mutually exclusive",
|
||||
},
|
||||
{
|
||||
desc: "bootstrap-expect=1 equals boostrap",
|
||||
desc: "bootstrap-expect=1 equals bootstrap",
|
||||
flags: []string{
|
||||
`-data-dir=` + dataDir,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user