Skip to content

Commit

Permalink
remove unneeded skipif import
Browse files Browse the repository at this point in the history
  • Loading branch information
mchugh19 committed Jan 3, 2020
1 parent e3fd56d commit ac44cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/modules/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from salt.modules import xml

from tests.support.mixins import LoaderModuleMockMixin
from tests.support.unit import TestCase, skipIf
from tests.support.unit import TestCase

XML_STRING = '''
<root xmlns:foo="http://www.foo.org/" xmlns:bar="http://www.bar.org">
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/states/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Import Salt Testing Libs
from tests.support.mixins import LoaderModuleMockMixin
from tests.support.unit import skipIf, TestCase
from tests.support.unit import TestCase
from tests.support.mock import (
MagicMock,
patch)
Expand Down

0 comments on commit ac44cf3

Please sign in to comment.