mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
format code
This commit is contained in:
parent
a13e8da9e7
commit
578adab629
1 changed files with 2 additions and 1 deletions
|
|
@ -483,7 +483,8 @@ fn serve_secret_meta_config() {
|
|||
#[test]
|
||||
/// - secret file served if path with subdir is in sidecar
|
||||
fn serve_secret_meta_config_subdir() {
|
||||
let page = get(&["-C"], "gemini://localhost/.well-known/servable-secret").expect("could not get page");
|
||||
let page =
|
||||
get(&["-C"], "gemini://localhost/.well-known/servable-secret").expect("could not get page");
|
||||
|
||||
assert_eq!(page.header.status, Status::Success);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue