Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: carlosthe19916 <[email protected]>
  • Loading branch information
carlosthe19916 committed Dec 18, 2023
1 parent 6287092 commit 57e5873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spog/api/src/endpoints/analyze.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl CrdaClient {
) -> Result<impl Stream<Item = reqwest::Result<Bytes>>, Error> {
let mut req = self
.client
.post(&self.url)
.post(self.url.clone())
.header(header::CONTENT_TYPE, content_type)
.header(header::ACCEPT, "text/html")
.header(&RHDA_SOURCE_HEADER, RHDA_SOURCE_VALUE)
Expand Down

0 comments on commit 57e5873

Please sign in to comment.