From fdaedc2edf742cf9a8a58c0ee6eae8f18217bb91 Mon Sep 17 00:00:00 2001 From: vzhestkov Date: Thu, 23 Jan 2025 16:32:36 +0100 Subject: [PATCH] Add missing os import to conftest --- tests/pytests/unit/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/unit/conftest.py b/tests/pytests/unit/conftest.py index a810f9cab1..242bf67af1 100644 --- a/tests/pytests/unit/conftest.py +++ b/tests/pytests/unit/conftest.py @@ -1,3 +1,4 @@ +import os import pytest import salt.config