1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

dnsimple_info: remove extraneous importorskip from test (#6439)

* dnsimple_info: remove extraneous importorskip from test

* remove yet another extraneous importorskip from test
This commit is contained in:
Alexei Znamensky 2023-04-28 20:05:24 +12:00 committed by GitHub
parent d4df585370
commit 6e913a3b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,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(.)*',