test: use example.com in tests

This commit is contained in:
Kynan Ware 2025-04-07 14:54:41 -06:00 committed by GitHub
parent 66407402c0
commit c5ffb3cbfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -310,7 +310,7 @@ func TestSpeechSynthesizerFriendlyPrompter(t *testing.T) {
t.Run("InputHostname", func(t *testing.T) {
wg.Add(1)
hostname := "somethingdoesnotmatter.com"
hostname := "example.com"
go func() {
defer wg.Done()
// Wait for prompt to appear