Skip to content
Snippets Groups Projects
Commit b545ed3d authored by adcpm's avatar adcpm
Browse files

Use jussi instead of dev instance to run useApiOptions test

parent 30e77404
No related branches found
No related tags found
No related merge requests found
...@@ -138,8 +138,8 @@ describe('steem.api:', function () { ...@@ -138,8 +138,8 @@ describe('steem.api:', function () {
}); });
describe('useApiOptions', () => { describe('useApiOptions', () => {
it('works ok with the dev instances', async() => { it('works ok with the prod instances', async() => {
steem.api.setOptions({ useAppbaseApi: true, url: steem.config.get('dev_uri') }); steem.api.setOptions({ useAppbaseApi: true, url: steem.config.get('uri') });
const result = await steem.api.getContentAsync('yamadapc', 'test-1-2-3-4-5-6-7-9'); const result = await steem.api.getContentAsync('yamadapc', 'test-1-2-3-4-5-6-7-9');
steem.api.setOptions({ useAppbaseApi: false, url: steem.config.get('uri') }); steem.api.setOptions({ useAppbaseApi: false, url: steem.config.get('uri') });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment