We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e15a73 commit d6d6d39Copy full SHA for d6d6d39
src/api/searchCpmProduct/tests/test_index.py
@@ -84,7 +84,6 @@ def test_no_results(version):
84
"Content-Length": str(len(expected_result)),
85
"Content-Type": "application/json",
86
"Version": version,
87
- "Location": None,
88
},
89
}
90
_response_assertions(
@@ -149,7 +148,6 @@ def test_index(version, product):
149
148
150
151
152
153
154
155
0 commit comments