Skip to content

Commit

Permalink
fix tests snapshot (#474)
Browse files Browse the repository at this point in the history
### What

Running `just test` fails for me on these snapshot changes, I've
committed them.
  • Loading branch information
Gil Mizrahi authored May 23, 2024
1 parent 401ef87 commit acc4502
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ expression: schema
},
"$schema": {
"description": "Jsonschema of the configuration format.",
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -324,7 +323,6 @@ expression: schema
},
"mutationsVersion": {
"description": "Which version of the generated mutation procedures to include in the schema response",
"default": null,
"anyOf": [
{
"$ref": "#/definitions/MutationsVersion"
Expand Down Expand Up @@ -583,7 +581,6 @@ expression: schema
]
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -623,7 +620,6 @@ expression: schema
"$ref": "#/definitions/IsGenerated"
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -781,7 +777,6 @@ expression: schema
}
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand All @@ -804,7 +799,6 @@ expression: schema
"$ref": "#/definitions/Type"
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -851,7 +845,6 @@ expression: schema
}
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -927,7 +920,6 @@ expression: schema
]
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ expression: schema
},
"$schema": {
"description": "Jsonschema of the configuration format.",
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -335,7 +334,6 @@ expression: schema
},
"mutationsVersion": {
"description": "Which version of the generated mutation procedures to include in the schema response",
"default": null,
"anyOf": [
{
"$ref": "#/definitions/MutationsVersion"
Expand Down Expand Up @@ -578,7 +576,6 @@ expression: schema
]
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -618,7 +615,6 @@ expression: schema
"$ref": "#/definitions/IsGenerated"
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -1049,7 +1045,6 @@ expression: schema
}
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand All @@ -1072,7 +1067,6 @@ expression: schema
"$ref": "#/definitions/Type"
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -1119,7 +1113,6 @@ expression: schema
}
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down Expand Up @@ -1195,7 +1188,6 @@ expression: schema
]
},
"description": {
"default": null,
"type": [
"string",
"null"
Expand Down

0 comments on commit acc4502

Please sign in to comment.