Skip to content

Commit

Permalink
tests: replace a mock import with unittest.mock (ansible#80589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 authored Apr 21, 2023
1 parent 734f38b commit f4615d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/ansible_test/test_validate_modules.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Tests for validate-modules regexes."""
from __future__ import annotations

import mock
import pathlib
import sys
from unittest import mock

import pytest

Expand Down

0 comments on commit f4615d6

Please sign in to comment.