diff options
| author | Amiti Uttarwar <[email protected]> | 2020-08-12 15:50:19 -0700 |
|---|---|---|
| committer | Amiti Uttarwar <[email protected]> | 2020-09-21 19:01:29 -0700 |
| commit | df091b9b509f0b10e4315c0bfa2da0cc0c31c22f (patch) | |
| tree | 111ac234541defc42b34200d01651ca4cdb63b04 /test/functional/test_runner.py | |
| parent | [rpc] Add connection type to getpeerinfo RPC, update tests (diff) | |
| download | discoin-df091b9b509f0b10e4315c0bfa2da0cc0c31c22f.tar.xz discoin-df091b9b509f0b10e4315c0bfa2da0cc0c31c22f.zip | |
[refactor] Rename test file to allow any getpeerinfo deprecations.
Simple rename/restructure to allow for upcoming test additions.
Diffstat (limited to 'test/functional/test_runner.py')
| -rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 6c3d50df9..c8cf173d5 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -251,7 +251,7 @@ BASE_SCRIPTS = [ 'feature_config_args.py', 'feature_settings.py', 'rpc_getdescriptorinfo.py', - 'rpc_getpeerinfo_banscore_deprecation.py', + 'rpc_getpeerinfo_deprecation.py', 'rpc_help.py', 'feature_help.py', 'feature_shutdown.py', |