Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Apr 7, 2024
1 parent 0e79574 commit c95a0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kitsune-activitypub/tests/fetcher/origin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn check_ap_content_type() {
.fetch_post("https://corteximplant.com/users/0x0".into())
.await
.unwrap_err(),
"invalid content-type: isnt either ld+json or activity+json"
"invalid content-type header in response"
);
})
.await;
Expand Down

0 comments on commit c95a0f6

Please sign in to comment.