Skip to content

Commit

Permalink
fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Jun 14, 2017
1 parent 03ba639 commit cc9c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def api_v1_info():
'statuses': 'http://localhost/api/v1/statuses/',
'assets': 'http://localhost/api/v1/assets/',
'outputs': 'http://localhost/api/v1/outputs/',
'streams': 'ws://localhost:9985/api/v1/streams/valid_tx',
'streams': 'ws://localhost:9985/api/v1/streams/valid_transactions',
}


Expand Down

0 comments on commit cc9c8a4

Please sign in to comment.