-
Notifications
You must be signed in to change notification settings - Fork 86
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
develop -> master (#319 #316) #320
Conversation
[RED-1965] - Add support to a new resource - /api/v2/tags
Add ability to select ticket_form_id when updating a ticket
@fbvilela looks like the integration tests for the TagsResource is failing, are you able to take a look? Might be related to the fact that these tests are running against a different Zendesk instance than yours. The tests should be portable, and instnace-agnostic ========================================
Run-Integration-Tests
========================================
Determining projects to restore...
All projects are up-to-date for restore.
ZendeskApi.Client -> D:\a\ZendeskApiClient\ZendeskApiClient\src\ZendeskApi.Client\bin\Release\net6.0\ZendeskApi.Client.dll
ZendeskApi.Client.IntegrationTests -> D:\a\ZendeskApiClient\ZendeskApiClient\test\ZendeskApi.Client.IntegrationTests\bin\Release\net6.0\ZendeskApi.Client.IntegrationTests.dll
Test run for D:\a\ZendeskApiClient\ZendeskApiClient\test\ZendeskApi.Client.IntegrationTests\bin\Release\net6.0\ZendeskApi.Client.IntegrationTests.dll (.NETCoreApp,Version=v6.0)
Microsoft (R) Test Execution Command Line Tool Version 17.3.3 (x64)
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
[xUnit.net 00:00:01.33] ZendeskApi.Client.IntegrationTests.Resources.TagsResourceTest.GetAllAsync_WhenCalledWithCursorPagination_ShouldBePaginatable [FAIL]
Failed ZendeskApi.Client.IntegrationTests.Resources.TagsResourceTest.GetAllAsync_WhenCalledWithCursorPagination_ShouldBePaginatable [747 ms]
Error Message:
Assert.Equal() Failure: Values differ
Expected: 5
Actual: 0
Stack Trace:
at ZendeskApi.Client.IntegrationTests.Resources.TagsResourceTest.GetAllAsync_WhenCalledWithCursorPagination_ShouldBePaginatable() in D:\a\ZendeskApiClient\ZendeskApiClient\test\ZendeskApi.Client.IntegrationTests\Resources\TagsResourceTests.cs:line 30
--- End of stack trace from previous location ---
Failed! - Failed: 1, Passed: 78, Skipped: 0, Total: 79, Duration: 41 s - ZendeskApi.Client.IntegrationTests.dll (net6.0)
An error occurred when executing task 'Run-Integration-Tests'.
Error: One or more errors occurred.
.NET Core CLI: Process returned an error (exit code 1).
Error: Process completed with exit code 1. |
Hi @mikerogers123 , sorry for the late reply... this is just because the account you are using doesn't have enough ticket tags. |
Fix TagsResourceTest Test
#319
#316