httpd: Insert test node into node db in `test::profile` fn
To allow the AliasStore to retrieve an alias from the node db, we need
to insert it manually into the database in the profile function, else
we won’t find any Aliases there.
To allow the AliasStore to retrieve an alias from the node db, we need
to insert it manually into the database in the profile function, else
we won’t find any Aliases there.
Remove Timestamp from insertion in db
Add a small comment to the db insertion for posterity
Address feedback from fintan
Remove comment
Nice, thanks for making these changes :)
Rebase.