Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Added concent test, since its no longer default
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Jun 27, 2019
1 parent c3ccbc6 commit ceb736c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/node_integration_tests/tests/test_golem.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def test_concent(self):
def test_rpc(self):
self._run_test('golem.rpc_test')

def test_rpc_concent(self):
self._run_test('golem.rpc_test.concent')

@disable_key_reuse
def test_rpc_mainnet(self):
self._run_test('golem.rpc_test.mainnet', '--mainnet')
Expand Down

0 comments on commit ceb736c

Please sign in to comment.