mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 20:47:49 +00:00
cleaned up path handling a little
Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -840,7 +840,7 @@ func TestCreateDocument_YamlAnchor(t *testing.T) {
|
||||
assert.NotNil(t, postParams)
|
||||
assert.Equal(t, 1, len(getParams))
|
||||
assert.Equal(t, 1, len(postParams))
|
||||
assert.Equal(t, getParams, postParams)
|
||||
assert.Equal(t, getParams[0].ValueNode, postParams[0].ValueNode)
|
||||
|
||||
// check post request body
|
||||
responses := examplePath.GetValue().Get.GetValue().GetResponses().Value.(*Responses)
|
||||
|
||||
Reference in New Issue
Block a user