From b25c86cf03a98c5d1a2d7dea36aa4956454f3d45 Mon Sep 17 00:00:00 2001 From: Stefan Baebler <319826+stefanb@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:22:20 +0200 Subject: [PATCH] q: fix test --- Formula/q/q.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/q.rb b/Formula/q/q.rb index 4fb56e2cf9a4a..8448052438ec2 100644 --- a/Formula/q/q.rb +++ b/Formula/q/q.rb @@ -28,6 +28,6 @@ def install test do assert_match version.to_s, shell_output("#{bin}/q --version") - assert_match "ns: ns1.dnsimple.com.", shell_output("#{bin}/q brew.sh NS --format yaml") + assert_match "ns: ns1.dnsimple-edge.com.", shell_output("#{bin}/q brew.sh NS --format yaml") end end