Skip to content

Commit

Permalink
aughglskdjhglksdjf
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Dec 6, 2023
1 parent fdbf4fd commit 82aab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-tests/src/helpers/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl ClientParams {
"https" => "443",
_ => unreachable!(),
};
Ok(format!("{}:{}:{}", self.nexus_dns_name, port, address))
Ok(format!("{}:{}:{}", self.nexus_dns_name, port, address.ip()))
}

pub fn reqwest_builder(&self) -> reqwest::ClientBuilder {
Expand Down

0 comments on commit 82aab47

Please sign in to comment.