Skip to content

Commit

Permalink
Remove NO_MOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
mchugh19 authored Dec 31, 2019
1 parent 51b5b0c commit e3fd56d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/modules/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

from tests.support.mixins import LoaderModuleMockMixin
from tests.support.unit import TestCase, skipIf
from tests.support.mock import (
NO_MOCK,
NO_MOCK_REASON
)

XML_STRING = '''
<root xmlns:foo="http://www.foo.org/" xmlns:bar="http://www.bar.org">
Expand All @@ -33,7 +29,6 @@
'''


@skipIf(NO_MOCK, NO_MOCK_REASON)
class XmlTestCase(TestCase, LoaderModuleMockMixin):
'''
Test cases for salt.modules.xml
Expand Down

0 comments on commit e3fd56d

Please sign in to comment.