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 ea0e38e94c
commit 94feb9360d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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