This commit is contained in:
mr
2026-01-29 13:20:33 +01:00
parent c1519f6b26
commit 186ba3e689
2 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,8 @@ func (m *MockAccessor) Search(filters *dbs.Filters, search string, isDraft bool)
func newTestPeer() *peer.Peer {
return &peer.Peer{
StreamHost: "127.0.0.1",
NATSAddress: "",
StreamAddress: "127.0.0.1",
APIUrl: "http://localhost",
WalletAddress: "0x123",
PublicKey: "pubkey",