Skip to content

Commit

Permalink
fix 05-dns_spec.lua: append ".com" to the domain to avoid dns server …
Browse files Browse the repository at this point in the history
…failure
  • Loading branch information
chobits committed May 31, 2024
1 parent 7a03663 commit 7ea92b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/05-proxy/05-dns_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ for _, strategy in helpers.each_strategy() do

local service = bp.services:insert {
name = "tests-retries",
host = "nowthisdoesnotexistatall",
host = "nowthisdoesnotexistatall.com",
path = "/exist",
port = 80,
protocol = "http"
Expand Down

0 comments on commit 7ea92b5

Please sign in to comment.