mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Revert "[PR #6439/6e913a3b backport][stable-4] dnsimple_info: remove extraneous importorskip from test (#6444)"
This reverts commit 0566169758.
This commit is contained in:
@@ -11,6 +11,10 @@ from ansible_collections.community.general.tests.unit.plugins.modules.utils impo
|
||||
from httmock import response
|
||||
from httmock import with_httmock
|
||||
from httmock import urlmatch
|
||||
import pytest
|
||||
|
||||
|
||||
dnsimple = pytest.importorskip('dnsimple_info')
|
||||
|
||||
|
||||
@urlmatch(netloc='(.)*dnsimple.com(.)*',
|
||||
|
||||
Reference in New Issue
Block a user