diff --git a/plugins/data-analytics/skills/user-context/tests/test_state_helpers.py b/plugins/data-analytics/skills/user-context/tests/test_state_helpers.py index c35c97a..ff35963 100644 --- a/plugins/data-analytics/skills/user-context/tests/test_state_helpers.py +++ b/plugins/data-analytics/skills/user-context/tests/test_state_helpers.py @@ -157,7 +157,6 @@ class DataAnalyticsStateHelperTests(unittest.TestCase): def setUp(self) -> None: self._tmp = tempfile.TemporaryDirectory( prefix="data-analytics-user-context-tests-", - dir="/private/tmp", ) self.tmp_path = Path(self._tmp.name) self.state_dir = self.tmp_path / "state" diff --git a/plugins/sales/skills/user-context/tests/test_state_helpers.py b/plugins/sales/skills/user-context/tests/test_state_helpers.py index 30bda92..cc0c395 100644 --- a/plugins/sales/skills/user-context/tests/test_state_helpers.py +++ b/plugins/sales/skills/user-context/tests/test_state_helpers.py @@ -50,7 +50,6 @@ class SalesStateHelperTests(unittest.TestCase): def setUp(self) -> None: self._tmp = tempfile.TemporaryDirectory( prefix="sales-user-context-tests-", - dir="/private/tmp", ) self.tmp_path = Path(self._tmp.name) self.state_dir = self.tmp_path / "state"