mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
Added correct handling of schema example rendering
reported in https://github.com/pb33f/wiretap/issues/84 Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -453,7 +453,7 @@ func TestSpecIndex_BaseURLError(t *testing.T) {
|
||||
files := remoteFS.GetFiles()
|
||||
fileLen := len(files)
|
||||
assert.Equal(t, 0, fileLen)
|
||||
assert.GreaterOrEqual(t, len(remoteFS.GetErrors()), 200)
|
||||
assert.GreaterOrEqual(t, len(remoteFS.GetErrors()), 155)
|
||||
}
|
||||
|
||||
func TestSpecIndex_k8s(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user