change testing fixture stream node to be for hive

This commit is contained in:
Rishi Panthee 2022-09-13 21:55:09 -04:00
parent c9831349bc
commit c91067d77e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const conf = {
javascriptVMTimeout: 10000,
databaseURL: 'mongodb://localhost:27017',
databaseName: 'testssc',
streamNodes: ['https://api.steemit.com'],
streamNodes: ['https://api.hive.blog'],
};
class Fixture {