Add manifest identifier constant and update Nostr client

This commit is contained in:
thePR0M3TH3AN
2025-07-24 17:23:57 -04:00
parent 39114b0b8a
commit b70585c55e
5 changed files with 35 additions and 18 deletions

View File

@@ -84,7 +84,7 @@ def test_publish_snapshot_success():
) as mock_send:
manifest, event_id = asyncio.run(client.publish_snapshot(b"data"))
assert isinstance(manifest, Manifest)
assert event_id == "abcd"
assert event_id == "seedpass-manifest-fp"
assert mock_send.await_count >= 1