chore: change the datadir parameter

This commit is contained in:
Anastasiya Semenkevich 2024-02-29 18:51:23 +03:00 committed by Anastasiya
parent 0cacdade71
commit 206e3da026
1 changed files with 1 additions and 1 deletions

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: