test: use example.com in tests
This commit is contained in:
parent
66407402c0
commit
c5ffb3cbfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue