mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-12 01:09:11 +00:00
Update tests for new nostr API
This commit is contained in:
@@ -60,9 +60,7 @@ def test_add_and_delete_entry(monkeypatch):
|
||||
|
||||
published = []
|
||||
pm.nostr_client = SimpleNamespace(
|
||||
publish_json_to_nostr=lambda data, alt_summary=None: (
|
||||
published.append(data) or True
|
||||
)
|
||||
publish_snapshot=lambda data, alt_summary=None: published.append(data)
|
||||
)
|
||||
|
||||
inputs = iter([str(index)])
|
||||
|
Reference in New Issue
Block a user