Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Jul 11, 2024
1 parent cfb0e55 commit 143b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/reconfigurator/execution/src/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ mod test {
// normal SRV records.
let boundary_ntp_ips = blueprint_dns_zone
.records
.remove(&format!("{BOUNDARY_NTP_DNS_NAME}.{DNS_ZONE}"))
.remove(BOUNDARY_NTP_DNS_NAME)
.expect("missing boundary NTP DNS name")
.into_iter()
.map(|record| match record {
Expand Down

0 comments on commit 143b71c

Please sign in to comment.