From 0132e552d0b9e8b724015728b5fbd7dad9d2edcb Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 25 May 2023 16:56:14 +0100 Subject: Tests: "temp_dir" fixture used were possible. --- test/test_access_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_access_log.py') diff --git a/test/test_access_log.py b/test/test_access_log.py index 86afb628..12f62aa9 100644 --- a/test/test_access_log.py +++ b/test/test_access_log.py @@ -291,7 +291,7 @@ Connection: close skip_alert(r'failed to apply new conf') assert 'error' in self.conf( - f'{option.temp_dir}/blah/access.log', + f'{temp_dir}/blah/access.log', 'access_log/path', ), 'access_log path incorrect' -- cgit