fix typo in tests and update api-latest.yaml

This commit is contained in:
jerryfletcher21
2025-05-17 15:51:15 +02:00
parent 7e1d69fc49
commit fffb12e66d
2 changed files with 7 additions and 1 deletions

View File

@ -1496,12 +1496,18 @@ components:
maker_hash_id:
type: string
description: The maker's robot hash
maker_nostr_pubkey:
type: string
description: The maker's robot nostr hex pubkey
taker_nick:
type: string
description: The taker's robot hash
taker_hash_id:
type: string
description: The taker's robot hash
taker_nostr_pubkey:
type: string
description: The taker's robot nostr hex pubkey
status_message:
type: string
description: The current status of the order corresponding to the `status`

View File

@ -124,7 +124,7 @@ class TradeTest(BaseAPITestCase):
f"Robot created nickname is not {nickname}",
)
self.assertEqual(
data["public_key"], pub_key, "Returned public Kky does not match"
data["public_key"], pub_key, "Returned public key does not match"
)
self.assertEqual(
data["encrypted_private_key"],