Add conformance tests for SEP-2243 HTTP Standardization #654
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'.
|