mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-19 08:44:13 +00:00
Store rev properly like a good boy
This commit is contained in:
+2
-2
@@ -357,10 +357,10 @@ async fn test_get_recommended_did_credentials_success() {
|
||||
assert!(also_known_as[0].as_str().unwrap().starts_with("at://"));
|
||||
assert!(body["verificationMethods"]["atproto"].is_string());
|
||||
assert_eq!(
|
||||
body["services"]["atprotoPds"]["type"],
|
||||
body["services"]["atproto_pds"]["type"],
|
||||
"AtprotoPersonalDataServer"
|
||||
);
|
||||
assert!(body["services"]["atprotoPds"]["endpoint"].is_string());
|
||||
assert!(body["services"]["atproto_pds"]["endpoint"].is_string());
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
@@ -10,7 +10,6 @@ use serde_json::json;
|
||||
use sha2::{Digest, Sha256};
|
||||
use sqlx::PgPool;
|
||||
use std::collections::BTreeMap;
|
||||
use std::str::FromStr;
|
||||
use wiremock::matchers::{method, path};
|
||||
use wiremock::{Mock, MockServer, ResponseTemplate};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user