Skip to content

Commit

Permalink
fix the RPC tests by removing --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Apr 20, 2020
1 parent fa42b94 commit 7a56f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rpc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
self.criteria = criteria
self.error = None
handle_and_check_args = [
'--strict', 'rpc', '--log-cache-events',
'rpc', '--log-cache-events',
'--port', str(self.port),
'--profiles-dir', profiles_dir
]
Expand Down

0 comments on commit 7a56f6d

Please sign in to comment.