Skip to content

Commit

Permalink
fix: 🚨 fix black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bile0026 committed Mar 21, 2024
1 parent dac554b commit be2928e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/unit/test_sanitize.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

import pytest
from netutils.config import compliance
from netutils.config.conversion import (
palo_alto_clean_newlines
)
from netutils.config.conversion import palo_alto_clean_newlines

MOCK_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "mock", "config", "sanitize")

Expand All @@ -19,6 +17,7 @@
for _file in glob.glob(f"{MOCK_DIR}/{network_os}/*{TXT_FILE}"):
sanitize_files.append([_file, network_os])


@pytest.mark.parametrize("_file", sanitize_files)
def test_panos_newline_character(_file, get_text_data):
truncate_file = os.path.join(MOCK_DIR, _file[0][: -len(TXT_FILE)])
Expand Down

0 comments on commit be2928e

Please sign in to comment.