Skip to content

chore: Bump the awexpect group with 2 updates#72

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/awexpect-8484581f45
Closed

chore: Bump the awexpect group with 2 updates#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/awexpect-8484581f45

chore: Bump the awexpect group with 2 updates

cfbbc64
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Test Results failed Jun 23, 2025 in 0s

2 fail, 1 skipped, 479 pass in 3s

  7 files    7 suites   3s ⏱️
482 tests 479 ✅ 1 💤 2 ❌
961 runs  956 ✅ 1 💤 4 ❌

Results for commit cfbbc64.

Annotations

Check warning on line 0 in aweXpect.Tests.ThatHttpRequestMessage+HasHeader+WhoseValuesTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: WhenHeaderExistsAndValueDoesNotSatisfyTheExpectations_ShouldFail (aweXpect.Tests.ThatHttpRequestMessage+HasHeader+WhoseValuesTests)

artifacts/Linux-artifacts/TestResults/aweXpect.Web.Tests_net8.0.trx [took 0s]
artifacts/macOS-artifacts/TestResults/aweXpect.Web.Tests_net8.0.trx [took 0s]
Raw output
Expected that Act
throws a XunitException with Message equal to "Expected that subject\nhas a…",
but it was "Expected that subject\nhas a…" which differs on line 3 and column 16:
               ↓ (actual)
  "…the values did not contain it\n\nHTTP-Request:\n  HEAD…"
  "…the values contained it 0 times in [\n  "some heade…"
               ↑ (expected)

Message:
Expected that subject
has a `x-my-header` header whose values contains "some other header" at least once,
but the values did not contain it

HTTP-Request:
  HEAD https://awexpect.com/ HTTP/1.1
    x-my-header: some header   at aweXpect.Results.ExpectationResult`2.GetResultOrThrow()
   at aweXpect.Tests.ThatHttpRequestMessage.HasHeader.WhoseValuesTests.WhenHeaderExistsAndValueDoesNotSatisfyTheExpectations_ShouldFail() in /home/runner/work/aweXpect.Web/aweXpect.Web/Tests/aweXpect.Web.Tests/ThatHttpRequestMessage.HasHeader.WhoseValuesTests.cs:line 49
--- End of stack trace from previous location ---

Check warning on line 0 in aweXpect.Tests.ThatHttpResponseMessage+HasHeader+WhoseValuesTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: WhenHeaderExistsAndValueDoesNotSatisfyTheExpectations_ShouldFail (aweXpect.Tests.ThatHttpResponseMessage+HasHeader+WhoseValuesTests)

artifacts/Linux-artifacts/TestResults/aweXpect.Web.Tests_net8.0.trx [took 0s]
artifacts/macOS-artifacts/TestResults/aweXpect.Web.Tests_net8.0.trx [took 0s]
Raw output
Expected that Act
throws a XunitException with Message equal to "Expected that subject\nhas a…",
but it was "Expected that subject\nhas a…" which differs on line 3 and column 16:
               ↓ (actual)
  "…the values did not contain it\n\nHTTP-Response:\n  200 OK…"
  "…the values contained it 0 times in [\n  "some heade…"
               ↑ (expected)

Message:
Expected that subject
has a `x-my-header` header whose values contains "some other header" at least once,
but the values did not contain it

HTTP-Response:
  200 OK HTTP/1.1
    x-my-header: some header
    Content-Type: text/plain; charset=utf-8   at aweXpect.Results.ExpectationResult`2.GetResultOrThrow()
   at aweXpect.Tests.ThatHttpResponseMessage.HasHeader.WhoseValuesTests.WhenHeaderExistsAndValueDoesNotSatisfyTheExpectations_ShouldFail() in /home/runner/work/aweXpect.Web/aweXpect.Web/Tests/aweXpect.Web.Tests/ThatHttpResponseMessage.HasHeader.WhoseValuesTests.cs:line 50
--- End of stack trace from previous location ---