Skip to content

Include API support for CommandsFeature #1145

Include API support for CommandsFeature

Include API support for CommandsFeature #1145

GitHub Actions / WebHost.Endpoints Tests failed Apr 9, 2024 in 0s

2825 passed, 1 failed and 259 skipped

Tests failed

Report Passed Failed Skipped Time
./ServiceStack/tests/ServiceStack.WebHost.Endpoints.Tests/TestResults/results.trx 2825✅ 1❌ 259⚪ 88s

Annotations

Check failure on line 144 in ServiceStack/tests/ServiceStack.WebHost.Endpoints.Tests/RequestLogsFeatureTests.cs

See this annotation in the file changed.

@github-actions github-actions / WebHost.Endpoints Tests

ServiceStack.WebHost.Endpoints.Tests.RequestLogsFeatureTests ► Does_log_Options_request

Failed test found in:
  ./ServiceStack/tests/ServiceStack.WebHost.Endpoints.Tests/TestResults/results.trx
Error:
    Expected string length 7 but was 3. Strings differ at index 0.
    Expected: "OPTIONS"
    But was:  "GET"
    -----------^
  
Raw output
  Expected string length 7 but was 3. Strings differ at index 0.
  Expected: "OPTIONS"
  But was:  "GET"
  -----------^

   at ServiceStack.WebHost.Endpoints.Tests.RequestLogsFeatureTests.Does_log_Options_request() in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/tests/ServiceStack.WebHost.Endpoints.Tests/RequestLogsFeatureTests.cs:line 144