Skip to content

Update dependency Moq to v4.20.70 #15

Update dependency Moq to v4.20.70

Update dependency Moq to v4.20.70 #15

GitHub Actions / .NET Tests failed Mar 4, 2024 in 0s

38 passed, 1 failed and 2 skipped

Tests failed

❌ TestResults-6.x/_fv-az405-756_2024-03-04_15_01_46.trx

41 tests were completed in 19s with 38 passed, 1 failed and 2 skipped.

Test suite Passed Failed Skipped Time
Descope.Test.Integration.AccessKeyTests 11✅ 1s
Descope.Test.Integration.AuthenticationTests 3✅ 1❌ 5s
Descope.Test.Integration.ProjectTests 1✅ 1⚪ 663ms
Descope.Test.Integration.TenantTests 7✅ 2s
Descope.Test.Integration.UserTests 16✅ 1⚪ 7s

✅ Descope.Test.Integration.AccessKeyTests

✅ AccessKey_Activate_MissingId
✅ Accesskey_ActivateDeactivate
✅ AccessKey_Create_MissingName
✅ AccessKey_CreateAndUpdate
✅ AccessKey_Deactivate_MissingId
✅ AccessKey_Delete
✅ Accesskey_Delete_MissingId
✅ AccessKey_Load_MissingId
✅ AccessKey_SearchAll
✅ AccessKey_Update_MissingId
✅ AccessKey_Update_MissingName

❌ Descope.Test.Integration.AuthenticationTests

✅ Authentication_ExchangeAccessKeyAndMe
✅ Authentication_MeAndLogout
✅ Authentication_SelectTenant
❌ Authentication_ValidateAndRefresh
	Descope.DescopeException : [E061102]: One time code is invalid

✅ Descope.Test.Integration.ProjectTests

⚪ Project_CloneRenameDelete
✅ Project_ExportImport

✅ Descope.Test.Integration.TenantTests

✅ Tenant_Create_MissingName
✅ Tenant_CreateAndLoad
✅ Tenant_Delete_MissingId
✅ Tenant_DeleteAndLoadAll
✅ Tenant_Update_MissingId
✅ Tenant_Update_MissingName
✅ Tenant_UpdateAndSearch

✅ Descope.Test.Integration.UserTests

✅ User_Activate
✅ User_Create
✅ User_CreateBatch
✅ User_DeleteAndSearch
✅ User_Password
✅ User_Roles
✅ User_SsoApps
✅ User_Tenants
✅ User_TestUser
✅ User_Update
⚪ User_UpdateCustomAttributes
✅ User_UpdateDisplayName
✅ User_UpdateEmail
✅ User_UpdateLoginId
✅ User_UpdatePhone
✅ User_UpdatePicture
✅ User_UpdateUserNames

Annotations

Check failure on line 82 in Descope/Internal/Http/HttpClient.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Tests

Descope.Test.Integration.AuthenticationTests ► Authentication_ValidateAndRefresh

Failed test found in:
  TestResults-6.x/_fv-az405-756_2024-03-04_15_01_46.trx
Error:
  Descope.DescopeException : [E061102]: One time code is invalid
Raw output
Descope.DescopeException : [E061102]: One time code is invalid
   at Descope.Internal.HttpClient.Call[TResponse](String resource, Method method, String pswd, Object body) in /home/runner/work/descope-dotnet/descope-dotnet/Descope/Internal/Http/HttpClient.cs:line 82
   at Descope.Internal.HttpClient.Post[TResponse](String resource, String pswd, Object body) in /home/runner/work/descope-dotnet/descope-dotnet/Descope/Internal/Http/HttpClient.cs:line 48
   at Descope.Internal.Auth.Otp.Verify(DeliveryMethod deliveryMethod, String loginId, String code) in /home/runner/work/descope-dotnet/descope-dotnet/Descope/Internal/Authentication/Otp.cs:line 40
   at Descope.Test.Integration.IntegrationTestSetup.InitTestUser(DescopeClient descopeClient) in /home/runner/work/descope-dotnet/descope-dotnet/Descope.Test/IntegrationTests/Setup.cs:line 41
   at Descope.Test.Integration.AuthenticationTests.Authentication_ValidateAndRefresh() in /home/runner/work/descope-dotnet/descope-dotnet/Descope.Test/IntegrationTests/Authentication/AuthenticationTests.cs:line 17
   at Descope.Test.Integration.AuthenticationTests.Authentication_ValidateAndRefresh() in /home/runner/work/descope-dotnet/descope-dotnet/Descope.Test/IntegrationTests/Authentication/AuthenticationTests.cs:line 37
--- End of stack trace from previous location ---