mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #6439/6e913a3b backport][stable-6] dnsimple_info: remove extraneous importorskip from test (#6446)
dnsimple_info: remove extraneous importorskip from test (#6439)
* dnsimple_info: remove extraneous importorskip from test
* remove yet another extraneous importorskip from test
(cherry picked from commit 6e913a3b28)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -13,10 +13,6 @@ from ansible_collections.community.general.tests.unit.plugins.modules.utils impo
|
|||||||
from httmock import response
|
from httmock import response
|
||||||
from httmock import with_httmock
|
from httmock import with_httmock
|
||||||
from httmock import urlmatch
|
from httmock import urlmatch
|
||||||
import pytest
|
|
||||||
|
|
||||||
|
|
||||||
dnsimple = pytest.importorskip('dnsimple_info')
|
|
||||||
|
|
||||||
|
|
||||||
@urlmatch(netloc='(.)*dnsimple.com(.)*',
|
@urlmatch(netloc='(.)*dnsimple.com(.)*',
|
||||||
|
|||||||
Reference in New Issue
Block a user