Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build - build with the correct security context #1764

Merged
merged 2 commits into from
Feb 5, 2025

modified code based on damian's feedback

59809bb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

build - build with the correct security context #1764

modified code based on damian's feedback
59809bb
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report - EntityFramework.IntegrationTests succeeded Feb 5, 2025 in 0s

3 passed, 0 failed and 0 skipped

Tests passed successfully

✅ identity-server/test/EntityFramework.IntegrationTests/TestResults/Tests.trx

3 tests were completed in 17s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
EntityFramework.IntegrationTests.DI.DITests 1✅ 20ms
EntityFramework.IntegrationTests.Services.CorsPolicyServiceTests 2✅ 1s

✅ EntityFramework.IntegrationTests.DI.DITests

✅ AddConfigurationStore_on_empty_builder_should_not_throw

✅ EntityFramework.IntegrationTests.Services.CorsPolicyServiceTests

✅ IsOriginAllowedAsync_WhenOriginIsAllowed_ExpectTrue(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })
✅ IsOriginAllowedAsync_WhenOriginIsNotAllowed_ExpectFalse(options: DbContextOptions`1 { ContextType = typeof(Duende.IdentityServer.EntityFramework.DbContexts.ConfigurationDbContext), Extensions = [···], IsFrozen = False })