Fix tests

This commit is contained in:
koalasat
2025-04-27 19:05:59 +02:00
parent e78d86feba
commit 397886a3bf
2 changed files with 7 additions and 0 deletions

View File

@ -462,6 +462,10 @@ class RobotViewSchema:
"type": "string",
"description": "Armored ASCII PGP public key block",
},
"nostr_pubkey": {
"type": "string",
"description": "Nostr public key in hex format",
},
"wants_stealth": {
"type": "boolean",
"default": False,

View File

@ -846,6 +846,9 @@ paths:
public_key:
type: string
description: Armored ASCII PGP public key block
nostr_pubkey:
type: string
description: Nostr public key in hex format
wants_stealth:
type: boolean
default: false