chore: change the datadir parameter

This commit is contained in:
Anastasiya Semenkevich 2024-02-29 18:51:23 +03:00 committed by Anastasiya
parent 0ce193c6fd
commit 2362230c9f

View File

@ -115,7 +115,7 @@ class AUT:
'--verbose',
f'--port={self.port}',
str(self.path),
f'-d={self.app_data}',
f'--datadir={self.app_data}',
f'--LOG_LEVEL={configs.testpath.LOG_LEVEL}',
]
try: