Skip to content

Commit

Permalink
Update test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemMuzammil committed Aug 24, 2023
1 parent a0a7fa0 commit 5c480ba
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"frontend": {
"path": "",
"serviceId": "frontend",
"serviceType": "",
"serviceType": "ballerina/http:2.9.1",
"resources": [
{
"identifier": "metadata",
Expand Down Expand Up @@ -45,7 +45,7 @@
],
"returns": [
"test/frontend_service:0.1.0:MetadataResponse",
":Unauthorized",
"ballerina/http:http:2.9.1:Unauthorized",
"error"
],
"interactions": [
Expand Down Expand Up @@ -137,7 +137,7 @@
],
"returns": [
"test/frontend_service:0.1.0:HomeResponse",
":Unauthorized",
"ballerina/http:http:2.9.1:Unauthorized",
"error"
],
"interactions": [
Expand Down Expand Up @@ -291,7 +291,7 @@
],
"returns": [
"test/frontend_service:0.1.0:ProductResponse",
":Unauthorized",
"ballerina/http:http:2.9.1:Unauthorized",
"error"
],
"interactions": [
Expand Down Expand Up @@ -472,7 +472,7 @@
],
"returns": [
"test/frontend_service:0.1.0:CartResponse",
":Unauthorized",
"ballerina/http:http:2.9.1:Unauthorized",
"error"
],
"interactions": [
Expand Down Expand Up @@ -667,9 +667,9 @@
}
],
"returns": [
":Ok",
":Unauthorized",
":BadRequest",
"ballerina/http:http:2.9.1:Ok",
"ballerina/http:http:2.9.1:Unauthorized",
"ballerina/http:http:2.9.1:BadRequest",
"error"
],
"interactions": [
Expand Down Expand Up @@ -760,8 +760,8 @@
}
],
"returns": [
":Ok",
":Unauthorized",
"ballerina/http:http:2.9.1:Ok",
"ballerina/http:http:2.9.1:Unauthorized",
"error"
],
"interactions": [
Expand Down Expand Up @@ -852,7 +852,7 @@
],
"returns": [
"test/frontend_service:0.1.0:CheckoutResponse",
":Unauthorized",
"ballerina/http:http:2.9.1:Unauthorized",
"error"
],
"interactions": [
Expand Down

0 comments on commit 5c480ba

Please sign in to comment.