Skip to content

Commit 96e071f

Browse files
committed
chore: removes extraneous tags locations
Signed-off-by: Vincent Biret <[email protected]>
1 parent 93c468e commit 96e071f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Microsoft.OpenApi.Tests/Walkers/WalkerLocationTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public void LocateTopLevelObjects()
2828
"#/info",
2929
"#/servers",
3030
"#/paths",
31-
"#/tags"
3231
}, locator.Locations);
3332
}
3433

@@ -109,7 +108,6 @@ public void LocatePathOperationContentSchema()
109108
"#/paths/~1test/get/responses/200/content/application~1json",
110109
"#/paths/~1test/get/responses/200/content/application~1json/schema",
111110
"#/paths/~1test/get/tags",
112-
"#/tags",
113111

114112
}, locator.Locations);
115113

@@ -152,7 +150,6 @@ public void WalkDOMWithCycles()
152150
"#/components",
153151
"#/components/schemas/loopy",
154152
"#/components/schemas/loopy/properties/name",
155-
"#/tags"
156153
}, locator.Locations);
157154
}
158155

0 commit comments

Comments
 (0)