Skip to content

Add conformance tests for SEP-2243 HTTP Standardization #654

Add conformance tests for SEP-2243 HTTP Standardization

Add conformance tests for SEP-2243 HTTP Standardization #654

Triggered via pull request May 14, 2026 20:29
Status Failure
Total duration 18s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/scenarios/index.ts#L207
Type 'HttpCustomHeadersScenario | HttpInvalidToolHeadersScenario | HttpStandardHeadersScenario | Scenario' is not assignable to type 'Scenario'.
test: src/scenarios/index.ts#L206
Type 'HttpCustomHeadersScenario | HttpInvalidToolHeadersScenario | HttpStandardHeadersScenario | Scenario' is not assignable to type 'Scenario'.
test: src/scenarios/index.ts#L205
Type 'HttpCustomHeadersScenario | HttpInvalidToolHeadersScenario | HttpStandardHeadersScenario | Scenario' is not assignable to type 'Scenario'.
test: src/scenarios/index.ts#L204
Type 'HttpCustomHeadersScenario | HttpInvalidToolHeadersScenario | HttpStandardHeadersScenario | Scenario' is not assignable to type 'Scenario'.
test: src/scenarios/index.ts#L164
Property 'source' is missing in type 'HttpCustomHeaderServerValidationScenario' but required in type 'ClientScenario'.
test: src/scenarios/index.ts#L163
Property 'source' is missing in type 'HttpHeaderValidationScenario' but required in type 'ClientScenario'.
test: src/scenarios/index.ts#L102
Property 'source' is missing in type 'HttpCustomHeaderServerValidationScenario' but required in type 'ClientScenario'.
test: src/scenarios/index.ts#L101
Property 'source' is missing in type 'HttpHeaderValidationScenario' but required in type 'ClientScenario'.
test: src/scenarios/client/http-standard-headers.ts#L27
Class 'HttpStandardHeadersScenario' incorrectly implements interface 'Scenario'.
test: src/scenarios/client/http-custom-headers.ts#L136
Class 'BaseHttpScenario' incorrectly implements interface 'Scenario'.