mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
fix typo in tests and update api-latest.yaml
This commit is contained in:
@ -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`
|
||||
|
@ -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"],
|
||||
|
Reference in New Issue
Block a user