tsk-50: Pipeline test fix
Some checks failed
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 55s
Rust Build / Rustfmt (pull_request) Failing after 40s
Rust Build / Clippy (pull_request) Successful in 49s
Rust Build / build (pull_request) Successful in 57s
Some checks failed
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 55s
Rust Build / Rustfmt (pull_request) Failing after 40s
Rust Build / Clippy (pull_request) Successful in 49s
Rust Build / build (pull_request) Successful in 57s
This commit is contained in:
@@ -365,7 +365,7 @@ mod tests {
|
|||||||
icarus_auth::db::migrations(&pool).await;
|
icarus_auth::db::migrations(&pool).await;
|
||||||
|
|
||||||
let app = init::routes().await.layer(axum::Extension(pool));
|
let app = init::routes().await.layer(axum::Extension(pool));
|
||||||
let passphrase = icarus_envy::environment::get_service_passphrase().await;
|
let passphrase = String::from("iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH");
|
||||||
let payload = serde_json::json!({
|
let payload = serde_json::json!({
|
||||||
"passphrase": passphrase
|
"passphrase": passphrase
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user