Skip to content

Commit

Permalink
fix: bump 📸
Browse files Browse the repository at this point in the history
Test Plan: CI passes 🍏

Reviewers: 

Pull Request: #77
  • Loading branch information
Coobaha authored May 19, 2023
1 parent 9bb42f4 commit 2aa0ce6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 138 deletions.
109 changes: 9 additions & 100 deletions tap-snapshots/test/integration.test.ts.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,7 @@ Object {
"type": "object",
},
Object {
"$ref": "test_schema#/properties/Omit__Obj,\\"type\\"__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"$ref": "test_schema#/properties/TestObj",
"type": "object",
},
Object {
Expand Down Expand Up @@ -504,19 +493,7 @@ Object {
"200": Object {
"properties": Object {
"frame": Object {
"$ref": "test_schema#/properties/Omit__Obj,\\"type\\"__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"type": "object",
"$ref": "test_schema#/properties/TestObj",
},
},
"required": Array [
Expand Down Expand Up @@ -1158,7 +1135,7 @@ Object {
"Headers": Array [
"HTTP/1.1 200 OK",
"content-type: application/json; charset=utf-8",
"content-length: 3820",
"content-length: 3531",
"Date: dateString",
"Connection: keep-alive",
],
Expand Down Expand Up @@ -1262,18 +1239,7 @@ Object {
"type": "object",
},
Object {
"$ref": "#/definitions/def-0/properties/Omit__Obj,%22type%22__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"$ref": "#/definitions/def-0/properties/TestObj",
"type": "object",
},
Object {
Expand Down Expand Up @@ -1481,19 +1447,7 @@ Object {
"schema": Object {
"properties": Object {
"frame": Object {
"$ref": "#/definitions/def-0/properties/Omit__Obj,%22type%22__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"type": "object",
"$ref": "#/definitions/def-0/properties/TestObj",
},
},
"required": Array [
Expand All @@ -1517,18 +1471,7 @@ Object {
"type": "object",
},
Object {
"$ref": "#/definitions/def-0/properties/Omit__Obj,%22type%22__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"$ref": "#/definitions/def-0/properties/TestObj",
"type": "object",
},
Object {
Expand Down Expand Up @@ -1667,18 +1610,7 @@ Object {
"type": "object",
},
Object {
"$ref": "#/definitions/def-0/properties/Omit__Obj,%22type%22__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"$ref": "#/definitions/def-0/properties/TestObj",
"type": "object",
},
Object {
Expand Down Expand Up @@ -1886,19 +1818,7 @@ Object {
"schema": Object {
"properties": Object {
"frame": Object {
"$ref": "#/definitions/def-0/properties/Omit__Obj,%22type%22__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"type": "object",
"$ref": "#/definitions/def-0/properties/TestObj",
},
},
"required": Array [
Expand All @@ -1922,18 +1842,7 @@ Object {
"type": "object",
},
Object {
"$ref": "#/definitions/def-0/properties/Omit__Obj,%22type%22__",
"properties": Object {
"type": Object {
"enum": Array [
"TEST",
],
"type": "string",
},
},
"required": Array [
"type",
],
"$ref": "#/definitions/def-0/properties/TestObj",
"type": "object",
},
Object {
Expand Down
42 changes: 4 additions & 38 deletions test/test_schema.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,7 @@
},
{
"type": "object",
"$ref": "test_schema#/properties/Omit__Obj,\"type\"__",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"TEST"
]
}
}
"$ref": "test_schema#/properties/TestObj"
},
{
"type": "object",
Expand Down Expand Up @@ -186,18 +175,7 @@
},
{
"type": "object",
"$ref": "test_schema#/properties/Omit__Obj,\"type\"__",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"TEST"
]
}
}
"$ref": "test_schema#/properties/TestObj"
},
{
"type": "object",
Expand Down Expand Up @@ -298,19 +276,7 @@
],
"properties": {
"frame": {
"type": "object",
"$ref": "test_schema#/properties/Omit__Obj,\"type\"__",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"TEST"
]
}
}
"$ref": "test_schema#/properties/TestObj"
}
}
}
Expand Down Expand Up @@ -359,5 +325,5 @@
}
}
},
"$hash": "c138d591328ddd9cc1b794e5e35447467e7c1f8d4129b8fc727c11d7e9b0ef02__v1.1.1"
"$hash": "c138d591328ddd9cc1b794e5e35447467e7c1f8d4129b8fc727c11d7e9b0ef02__v1.1.2"
}

0 comments on commit 2aa0ce6

Please sign in to comment.