Skip to content

Commit a04db6f

Browse files
committed
Fix test
Signed-off-by: Alan Cha <[email protected]>
1 parent 74d7163 commit a04db6f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/openapi-to-graphql/test/fixtures/example_oas.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,6 @@
14811481
},
14821482
"links": {
14831483
"Author": {
1484-
"$ref": "ThisIsHereAndFormattedThisWayBecauseOfAnIssueWithADependency",
14851484
"operationRef": "Example API 3#/paths/~1authors~1{authorId}/get",
14861485
"parameters": {
14871486
"authorId": "$request.path.username"
@@ -1575,7 +1574,6 @@
15751574
}
15761575
},
15771576
"ReviewsWithOperationRef": {
1578-
"$ref": "ThisIsHereAndFormattedThisWayBecauseOfAnIssueWithADependency",
15791577
"operationRef": "#/paths/~1products~1{id}~1reviews/get",
15801578
"parameters": {
15811579
"id": "$request.path.product-id",

packages/openapi-to-graphql/test/fixtures/example_oas3.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@
216216
},
217217
"links": {
218218
"Employee": {
219-
"$ref": "ThisIsHereAndFormattedThisWayBecauseOfAnIssueWithADependency",
220219
"operationRef": "Example API#/paths/~1users~1{username}/get",
221220
"parameters": {
222221
"username": "$request.path.authorId"

0 commit comments

Comments
 (0)