Skip to content

Wrapping up interceptors, fixing typos, removing Moq #530

Wrapping up interceptors, fixing typos, removing Moq

Wrapping up interceptors, fixing typos, removing Moq #530

GitHub Actions / Test Results failed Apr 3, 2024 in 0s

2 fail, 429 pass in 4m 41s

   18 files  ±0     18 suites  ±0   4m 41s ⏱️ -28s
  431 tests ±0    429 ✅  - 1  0 💤 ±0  2 ❌ +1 
1 516 runs  +2  1 512 ✅ ±0  0 💤 ±0  4 ❌ +2 

Results for commit 3e09a51. ± Comparison against earlier commit 3165eaf.

Annotations

Check warning on line 0 in RestSharp.Tests.Integrated.NtlmTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: Does_Not_Pass_Default_Credentials_When_UseDefaultCredentials_Is_False (RestSharp.Tests.Integrated.NtlmTests)

test-results/net6.0/RestSharp.Tests.Integrated.trx [took 0s]
test-results/net7.0/RestSharp.Tests.Integrated.trx [took 0s]
Raw output
Assert.Equal() Failure: Values differ
Expected: Unauthorized
Actual:   0   at RestSharp.Tests.Integrated.NtlmTests.Does_Not_Pass_Default_Credentials_When_UseDefaultCredentials_Is_False() in /home/runner/work/RestSharp/RestSharp/test/RestSharp.Tests.Integrated/NtlmTests.cs:line 34
--- End of stack trace from previous location ---

Check warning on line 0 in RestSharp.Tests.Integrated.DownloadFileTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: Handles_File_Download_Failure (RestSharp.Tests.Integrated.DownloadFileTests)

test-results/net6.0/RestSharp.Tests.Integrated.trx [took 0s]
test-results/net7.0/RestSharp.Tests.Integrated.trx [took 0s]
Raw output
Expected a <System.Net.Http.HttpRequestException> to be thrown, but no exception was thrown.   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message)
   at FluentAssertions.Specialized.DelegateAssertionsBase`2.ThrowInternal[TException](Exception exception, String because, Object[] becauseArgs)
   at FluentAssertions.Specialized.AsyncFunctionAssertions`2.ThrowAsync[TException](String because, Object[] becauseArgs)
   at FluentAssertions.ExceptionAssertionsExtensions.WithMessage[TException](Task`1 task, String expectedWildcardPattern, String because, Object[] becauseArgs)
   at RestSharp.Tests.Integrated.DownloadFileTests.Handles_File_Download_Failure() in /home/runner/work/RestSharp/RestSharp/test/RestSharp.Tests.Integrated/DownloadFileTests.cs:line 48
--- End of stack trace from previous location ---