Skip to content

Commit 6941901

Browse files
Remove x-request-id from test data
1 parent 56c555e commit 6941901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_header_forwarding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ async def test_temporal_task_service_preserves_all_header_types(
519519
"x-user-oauth-credentials": "oauth-token-12345",
520520
"authorization": "Bearer jwt-token",
521521
"x-tenant-id": "tenant-999",
522-
"x-request-id": "req-abc-123",
523522
"x-custom-app-header": "custom-value"
524523
}
525524
request = {"headers": request_headers}

0 commit comments

Comments
 (0)