diff options
-rwxr-xr-x | test/autobahn_SUITE_data/test.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/autobahn_SUITE_data/test.py b/test/autobahn_SUITE_data/test.py index 19c7669..991c667 100755 --- a/test/autobahn_SUITE_data/test.py +++ b/test/autobahn_SUITE_data/test.py @@ -39,13 +39,10 @@ def client_config(): 'options': {'failByDrop': False}, 'enable-ssl': False, 'servers': [{ - 'agent': 'Cowboy/10', + 'agent': 'Cowboy', 'url': 'ws://localhost:33080/echo', - 'options': {'version': 10}}, # hybi-10 - {'agent': 'Cowboy/18', - 'url': 'ws://localhost:33080/echo', - 'options': {'version': 18}} # RFC6455 - ], + 'options': {'version': 18} # RFC6455 + }], 'cases': ['*'], 'exclude-cases': [] } return base |