fix: トランザクションの修正

This commit is contained in:
2023-12-03 10:29:22 +09:00
parent 0d5fecbd4d
commit 51aeff6015
3 changed files with 5 additions and 2 deletions
@@ -55,8 +55,7 @@ class UserAPControllerImplTest {
publicKey = Key(
id = "https://example.com/users/hoge#pubkey",
owner = "https://example.com/users/hoge",
publicKeyPem = "-----BEGIN PUBLIC KEY-----...-----END PUBLIC KEY-----",
type = emptyList()
publicKeyPem = "-----BEGIN PUBLIC KEY-----...-----END PUBLIC KEY-----"
),
endpoints = mapOf("sharedInbox" to "https://example.com/inbox"),
followers = "https://example.com/users/hoge/followers",