Update TestServer error string (#12954)
Update the error string expected from parsing unknown units in a duration.
This commit is contained in:
parent
cacc2d00bd
commit
4585bdda6b
|
@ -244,7 +244,7 @@ func TestServer(t *testing.T) {
|
|||
{
|
||||
"bad_listener_read_timeout_config",
|
||||
testBaseHCL(t, badListenerReadTimeout) + inmemHCL,
|
||||
"parsing \"34日\": invalid syntax",
|
||||
"unknown unit \"\\xe6\\x97\\xa5\" in duration",
|
||||
1,
|
||||
"-test-server-config",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue