Update CorsPolicyService_Tests.cs

pull/4924/head
lyon.han 5 years ago committed by GitHub
parent 9a3f363d3b
commit 2423481c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ namespace Volo.Abp.IdentityServer
using (var uow = _unitOfWorkManager.Begin())
{
var client1 = await _clientRepository.FindByCliendIdAsync("ClientId1");
var client1 = await _clientRepository.FindByClientIdAsync("ClientId1");
client1.AddCorsOrigin("https://new-origin.com");
await _clientRepository.UpdateAsync(client1);

Loading…
Cancel
Save