mirror of
				https://github.com/mendableai/firecrawl.git
				synced 2025-11-04 03:53:17 +00: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!(
 | 
					    assert_matches!(
 | 
				
			||||||
        result,
 | 
					        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