Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 14, 2024
1 parent 213efdb commit 634a5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def test_mixed_mode_a_lookup_ipv4(self):
def test_local_addr_interface_warning(self):
c = "A --local-addr 192.168.1.5 --local-interface en0"
name = "zdns-testing.com"
self.run_zdns_check_failure(c, name, "both --local-addr and --local-interface specified")
self.run_zdns_check_failure(c, name, "--local-addr and --local-interface cannot both be specified")

def test_edns0_client_subnet(self):
name = "ecs-geo.zdns-testing.com"
Expand Down

0 comments on commit 634a5e4

Please sign in to comment.