From e299b56c0f29713c853df03abc5ff5f1f306c155 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 2 Apr 2025 13:08:36 -0600 Subject: [PATCH] test(prompter): remove needless variable declaration --- internal/prompter/prompter_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/prompter/prompter_test.go b/internal/prompter/prompter_test.go index c8f6dd213..5c4a45a2c 100644 --- a/internal/prompter/prompter_test.go +++ b/internal/prompter/prompter_test.go @@ -233,7 +233,6 @@ func TestSpeechSynthesizerFriendlyPrompter(t *testing.T) { }) t.Run("InputHostname", func(t *testing.T) { - var inputValue string hostname := "somethingdoesnotmatter.com" go func() { // Wait for prompt to appear