-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
165 additions
and
649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"Message": "price can't be negative" | ||
"message": "price can't be negative" | ||
} |
2 changes: 1 addition & 1 deletion
2
e2e/local/regression/cases/025_structql_velocity/expect_t1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"Message": "price can't be negative" | ||
"message": "price can't be negative" | ||
} |
2 changes: 1 addition & 1 deletion
2
e2e/local/regression/cases/026_transform_service/expect_t1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"Message": "price can't be negative" | ||
"message": "price can't be negative" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ pipeline: | |
Expect: | ||
Code: 400 | ||
JSONBody: | ||
Message: quantity can't be negative | ||
message: quantity can't be negative |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
}, | ||
"Field": "Data" } */ | ||
|
||
|
||
SELECT events.* /* { "Cardinality": "One" } */ | ||
FROM (SELECT * FROM EVENTS) events |
10 changes: 5 additions & 5 deletions
10
e2e/local/regression/cases/040_parameters_order/expect_t0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"Status": "error", | ||
"Errors": [ | ||
"status": "error", | ||
"errors": [ | ||
{ | ||
"View": "parameters_order", | ||
"Parameter": "Jwt", | ||
"Message": "parameter Jwt is required" | ||
"view": "parameters_order", | ||
"parameter": "Jwt", | ||
"message": "parameter Jwt is required" | ||
} | ||
] | ||
} |
10 changes: 5 additions & 5 deletions
10
e2e/local/regression/cases/040_parameters_order/expect_t1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"Status": "error", | ||
"Errors": [ | ||
"status": "error", | ||
"errors": [ | ||
{ | ||
"View": "parameters_order", | ||
"Parameter": "Authorization", | ||
"Message": "parameter Authorization value is required but no data was found" | ||
"view": "parameters_order", | ||
"parameter": "Authorization", | ||
"message": "parameter Authorization value is required but no data was found" | ||
} | ||
] | ||
} |
10 changes: 5 additions & 5 deletions
10
e2e/local/regression/cases/048_json_persist_with_type/expect2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"Status": "error", | ||
"Errors": [ | ||
"status": "error", | ||
"errors": [ | ||
{ | ||
"View": "custom_unmarshall_velty", | ||
"Parameter": "Preference", | ||
"Message": "json: cannot unmarshal array into Go value of type struct { Id int; Name string; Price float64 }" | ||
"view": "custom_unmarshall_velty", | ||
"parameter": "Preference", | ||
"message": "json: cannot unmarshal array into Go value of type struct { Id int; Name string; Price float64 }" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.