Skip to content

Commit

Permalink
Merge pull request #6 from NipunaRanasinghe/main
Browse files Browse the repository at this point in the history
Fix test failure during workflow runs
  • Loading branch information
NipunaRanasinghe authored Mar 26, 2024
2 parents 43a05b6 + f37b7b0 commit e5a42f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "zendesk"
version = "0.1.0"
version = "2.0.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "log"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/tests/mock_service.bal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http:Service mockService = service object {
# Create Ticket
#
# + return - Create ticket
resource isolated function post api/v2/tickets(TicketCreateRequest payload) returns TicketResponse => {
resource isolated function post api/v2/tickets(@http:Payload TicketCreateRequest payload) returns TicketResponse => {
ticket: {
requester_id: 1,
subject: "Test Ticket",
Expand Down

0 comments on commit e5a42f6

Please sign in to comment.