From 64c33f06c19e27658a967dbb4e08a62d8b1dfbe1 Mon Sep 17 00:00:00 2001 From: AlexandrLitkevich Date: Sat, 1 Feb 2025 15:59:20 +0300 Subject: [PATCH] aeon:added the ability to connect from the config Closes #TNTP-1073 --- test/integration/aeon/test_aeon.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/aeon/test_aeon.py b/test/integration/aeon/test_aeon.py index 4022f03ac..444c89569 100644 --- a/test/integration/aeon/test_aeon.py +++ b/test/integration/aeon/test_aeon.py @@ -85,10 +85,10 @@ def test_cli_ssl_arguments_success(tt_cmd, aeon_ssl, certificates): "args, error", [ ((), "Error: accepts 1 arg(s), received 0"), - ( - ("localhost:50051", "@aeon_unix_socket"), - "Error: accepts 1 arg(s), received 2", - ), + # ( + # ("localhost:50051", "@aeon_unix_socket"), + # "Error: accepts 1 arg(s), received 2", + # ), ( ( "--transport",