From eaf4e05caff13d0ba7dbb245fc3648158a7edaff Mon Sep 17 00:00:00 2001 From: AlexandrLitkevich Date: Sat, 1 Feb 2025 16:31:25 +0300 Subject: [PATCH] aeon:added the ability to connect from the config Closes #TNTP-1073 --- test/integration/aeon/test_aeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/aeon/test_aeon.py b/test/integration/aeon/test_aeon.py index dcb170152..f14aa1300 100644 --- a/test/integration/aeon/test_aeon.py +++ b/test/integration/aeon/test_aeon.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -from subprocess import PIPE, STDOUT, run +from subprocess import PIPE, run import pytest