Fix "doesn't exists" typo (#26307)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f1a37e06bc
Коммит
fac1245143
@@ -144,7 +144,7 @@ func (s *MmctlE2ETestSuite) TestConfigSetCmd() {
|
||||
s.Require().Equal("mysql", *(config.SqlSettings.DriverName))
|
||||
})
|
||||
|
||||
s.RunForSystemAdminAndLocal("Get error if the key doesn't exists", func(c client.Client) {
|
||||
s.RunForSystemAdminAndLocal("Get error if the key doesn't exist", func(c client.Client) {
|
||||
printer.Clean()
|
||||
|
||||
args := []string{"SqlSettings.WrongKey", "mysql"}
|
||||
|
||||
Ссылка в новой задаче
Block a user