We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf62121 commit 4eef46bCopy full SHA for 4eef46b
tests/protocols/http/core/test_connector.py
@@ -12,7 +12,7 @@
12
from httpx import HTTPError
13
14
from gvm.protocols.http.core.connector import HttpApiConnector
15
-from gvm.protocols.http.core import ContentType
+from gvm.protocols.http.core.headers import ContentType
16
17
TEST_JSON_HEADERS = {
18
"content-type": "application/json;charset=utf-8",
tests/protocols/http/core/test_headers.py
@@ -4,7 +4,7 @@
4
5
import unittest
6
7
8
9
10
class ContentTypeTestCase(unittest.TestCase):
0 commit comments