Skip to content

Commit

Permalink
aeon:added the ability to connect from the config Closes #TNTP-1073
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrLitkevich committed Feb 1, 2025
1 parent 4b92246 commit 64c33f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/aeon/test_aeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 64c33f0

Please sign in to comment.