Skip to content

Commit d6d6d39

Browse files
committed
Remove Location from searchCPMProducts
1 parent 9e15a73 commit d6d6d39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/searchCpmProduct/tests/test_index.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def test_no_results(version):
8484
"Content-Length": str(len(expected_result)),
8585
"Content-Type": "application/json",
8686
"Version": version,
87-
"Location": None,
8887
},
8988
}
9089
_response_assertions(
@@ -149,7 +148,6 @@ def test_index(version, product):
149148
"Content-Length": str(len(expected_result)),
150149
"Content-Type": "application/json",
151150
"Version": version,
152-
"Location": None,
153151
},
154152
}
155153
_response_assertions(

0 commit comments

Comments
 (0)