From 94feb9360d0269c0fcbbed59c3b302524cd9975e Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Thu, 28 Oct 2021 11:01:18 -0700 Subject: [PATCH] Update TestServer error string (#12954) Update the error string expected from parsing unknown units in a duration. --- command/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/server_test.go b/command/server_test.go index 5c020a65f8..5d3998a491 100644 --- a/command/server_test.go +++ b/command/server_test.go @@ -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", },