restructured integration tests

This commit is contained in:
Andre Heber
2024-02-26 14:18:14 +01:00
parent 99b5e7fe30
commit 518acf03b1
6 changed files with 192 additions and 185 deletions

View File

@ -35,7 +35,7 @@ impl EmailClient {
text_content: &str,
) -> Result<(), reqwest::Error> {
let url = format!("{}/email", self.base_url);
let builder = self
let _builder = self
.http_client
.post(&url)
.header("X-Postmark-Server-Token", self.authorization_token.expose_secret())