mirror of
https://github.com/curl/curl.git
synced 2026-05-06 16:37:30 +03:00
test_22_httpsrr: avoid class name clash with test_21_resolve
Spotted by GitHub Code Quality Closes #21448
This commit is contained in:
parent
701cd4cfc3
commit
024c73dfa1
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ log = logging.getLogger(__name__)
|
|||
@pytest.mark.skipif(condition=not Env.curl_is_debug(), reason="needs curl debug")
|
||||
@pytest.mark.skipif(condition=not Env.curl_override_dns(), reason="no DNS override")
|
||||
@pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPSRR'), reason="no HTTPSRR support")
|
||||
class TestResolve:
|
||||
class TestHTTPSRR:
|
||||
|
||||
@pytest.fixture(scope='class')
|
||||
def dnsd(self, env: Env) -> Generator[Dnsd, None, None]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue