mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-22 04:22:07 +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…
x
Reference in New Issue
Block a user