mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 10:13:18 +00:00
fix typo in tests and update api-latest.yaml
This commit is contained in:
@ -1496,12 +1496,18 @@ components:
|
|||||||
maker_hash_id:
|
maker_hash_id:
|
||||||
type: string
|
type: string
|
||||||
description: The maker's robot hash
|
description: The maker's robot hash
|
||||||
|
maker_nostr_pubkey:
|
||||||
|
type: string
|
||||||
|
description: The maker's robot nostr hex pubkey
|
||||||
taker_nick:
|
taker_nick:
|
||||||
type: string
|
type: string
|
||||||
description: The taker's robot hash
|
description: The taker's robot hash
|
||||||
taker_hash_id:
|
taker_hash_id:
|
||||||
type: string
|
type: string
|
||||||
description: The taker's robot hash
|
description: The taker's robot hash
|
||||||
|
taker_nostr_pubkey:
|
||||||
|
type: string
|
||||||
|
description: The taker's robot nostr hex pubkey
|
||||||
status_message:
|
status_message:
|
||||||
type: string
|
type: string
|
||||||
description: The current status of the order corresponding to the `status`
|
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}",
|
f"Robot created nickname is not {nickname}",
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
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(
|
self.assertEqual(
|
||||||
data["encrypted_private_key"],
|
data["encrypted_private_key"],
|
||||||
|
Reference in New Issue
Block a user