diff --git a/tests/test_parsers_logarchive.py b/tests/test_parsers_logarchive.py index 27797d5..25e1a6d 100644 --- a/tests/test_parsers_logarchive.py +++ b/tests/test_parsers_logarchive.py @@ -21,9 +21,9 @@ def test_get_logs_outputdir(self): self.assertTrue(result) if (platform.system() == "Darwin"): - self.assertTrue(os.path.isfile(os.path.join(tmp_outpath, "logarchive", "logarchive.json"))) + self.assertTrue(os.path.isfile(os.path.join(tmp_outpath, "logarchive.json"))) else: - self.assertTrue(os.path.isfile(os.path.join(tmp_outpath, "logarchive", "liveData.json"))) + self.assertTrue(os.path.isfile(os.path.join(tmp_outpath, "liveData.json"))) def test_get_logs_result(self): for log_root_path in self.log_root_paths: