mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
building out high model.
works just great, so happy the design came together!
This commit is contained in:
@@ -134,7 +134,6 @@ func TestCreateDocument_Tags(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCreateDocument_Paths(t *testing.T) {
|
||||
doc := doc
|
||||
assert.Len(t, doc.Paths.Value.PathItems, 5)
|
||||
burgerId := doc.Paths.Value.FindPath("/burgers/{burgerId}")
|
||||
assert.NotNil(t, burgerId)
|
||||
|
||||
Reference in New Issue
Block a user