mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
fix(rust): blocklisted error test
This commit is contained in:
parent
483f97d21b
commit
a4b128e8b7
|
@ -114,7 +114,7 @@ async fn test_should_return_error_for_blocklisted_url() {
|
|||
|
||||
assert_matches!(
|
||||
result,
|
||||
Err(e) if e.to_string().contains("Firecrawl currently does not support social media scraping due to policy restrictions. We're actively working on building support for it.")
|
||||
Err(e) if e.to_string().contains("Firecrawl currently does not support social media scraping due to policy restrictions.")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user