Update TestServer error string (#12954)

Update the error string expected from parsing unknown units in a
duration.
This commit is contained in:
Theron Voran 2021-10-28 11:01:18 -07:00 committed by GitHub
parent cacc2d00bd
commit 4585bdda6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},