Skip to content

Commit

Permalink
fix cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Dec 13, 2024
1 parent bf53fb2 commit 85f9ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mint_api_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def test_api_mint_cached_responses(wallet: Wallet):
)
response1 = httpx.post(
f"{BASE_URL}/v1/mint/bolt11",
json={"quote": quote_id, "outputs": outputs_payload},
json={"quote": quote_id, "outputs": outputs_payload, "signature": signature},
timeout=None,
)
assert response.status_code == 200, f"{response.status_code = }"
Expand Down

0 comments on commit 85f9ab8

Please sign in to comment.