mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6439/6e913a3b backport][stable-4] dnsimple_info: remove extraneous importorskip from test (#6444)
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:
parent
01c287ed6c
commit
0566169758
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@ 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(.)*',
|
||||
|
|
Loading…
Reference in a new issue