From 4fc062957098e28af62884bed34b35ad104351ae Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 26 Dec 2025 13:48:10 -0500 Subject: [PATCH] hut: update test Signed-off-by: Rui Chen --- Formula/h/hut.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/h/hut.rb b/Formula/h/hut.rb index 8a0a1728b12e..87d6bb6e0d59 100644 --- a/Formula/h/hut.rb +++ b/Formula/h/hut.rb @@ -31,7 +31,7 @@ def install access-token "some_fake_access_token" } EOS - assert_match "Authentication error: Invalid OAuth bearer token", + assert_match "gqlclient: server failure: Invalid OAuth bearer token", shell_output("#{bin}/hut --config #{testpath}/config todo list 2>&1", 1) end end