Skip to content

Commit c169bd2

Browse files
committed
Fix test
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent 449832d commit c169bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/utils/passthrough_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_passthrough_headers(request_headers: Dict[str, str], base_headers: Dict[
152152
... request_headers = {"x-tenant-id": "should-be-ignored"}
153153
... base_headers = {"Content-Type": "application/json"}
154154
... get_passthrough_headers(request_headers, base_headers, mock_db)
155-
{'Content-Type': 'application/json', 'X-Tenant-Id': 'should-be-ignored'}
155+
{'Content-Type': 'application/json'}
156156
157157
See comprehensive unit tests in tests/unit/mcpgateway/utils/test_passthrough_headers*.py
158158
for detailed examples of enabled functionality, conflict detection, and security features.

0 commit comments

Comments
 (0)