Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 4, 2024
1 parent 248a91c commit 4cc1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ async fn make_app_data_for_official_website() -> actix_web::web::Data<AppState>
#[actix_web::test]
async fn test_official_website_documentation() {
let app_data = make_app_data_for_official_website().await;
let resp = req_path_with_app_data("/documentation.sql?component=button", app_data)
let resp = req_path_with_app_data("/component.sql?component=button", app_data)
.await
.unwrap();
assert_eq!(resp.status(), http::StatusCode::OK);
Expand Down

0 comments on commit 4cc1ddf

Please sign in to comment.