This commit is contained in:
Nicolas
2025-03-06 18:36:01 -03:00
parent 55a4a3d768
commit b66e0ccb7d
6 changed files with 9 additions and 31 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ async fn test_successful_response_with_valid_preview_token() {
let api_url = env::var("API_URL").unwrap();
let app = FirecrawlApp::new_selfhosted(
api_url,
Some("this_is_just_a_preview_token"),
Some(env::var("PREVIEW_TOKEN").unwrap()),
)
.unwrap();
let result = app