Skip to content

Commit

Permalink
fix(analyses-snapshot-testing): heal chore_release-8.0.0 snapshots (#…
Browse files Browse the repository at this point in the history
…16106)

This PR was requested on the PR
#15880

Co-authored-by: koji <[email protected]>
  • Loading branch information
github-actions[bot] and koji authored Aug 23, 2024
1 parent 62c4b46 commit 29b217e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3535,7 +3535,7 @@
"errors": [
{
"createdAt": "TIMESTAMP",
"detail": "APIVersionError [line 16]: Error 4011 INCORRECT_API_VERSION (APIVersionError): Nozzle layout configuration of style SINGLE is unsupported in API Versions lower than 2.20. is not yet available in the API version in use.",
"detail": "APIVersionError [line 16]: Error 4011 INCORRECT_API_VERSION (APIVersionError): Nozzle layout configuration of style SINGLE is not available until API version 2.20. You are currently using API version 2.16.",
"errorCode": "4000",
"errorInfo": {},
"errorType": "ExceptionInProtocolError",
Expand All @@ -3544,12 +3544,12 @@
"wrappedErrors": [
{
"createdAt": "TIMESTAMP",
"detail": "Nozzle layout configuration of style SINGLE is unsupported in API Versions lower than 2.20. is not yet available in the API version in use.",
"detail": "Nozzle layout configuration of style SINGLE is not available until API version 2.20. You are currently using API version 2.16.",
"errorCode": "4011",
"errorInfo": {
"current_version": null,
"identifier": "Nozzle layout configuration of style SINGLE is unsupported in API Versions lower than 2.20.",
"until_version": null
"current_version": "2.16",
"identifier": "Nozzle layout configuration of style SINGLE",
"until_version": "2.20"
},
"errorType": "APIVersionError",
"id": "UUID",
Expand Down

0 comments on commit 29b217e

Please sign in to comment.