Skip to content

Commit

Permalink
fixed up integration test?
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 13, 2024
1 parent bc1155a commit 21a1433
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, "both --local-addr and --local-interface specified")

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

0 comments on commit 21a1433

Please sign in to comment.