Skip to content

Commit 4703e88

Browse files
committed
Fix test
1 parent 5cfff99 commit 4703e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/openapi/openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (o *OasDiff) MergeOpenAPISpecs(paths []string) (*Spec, error) {
5050
return nil, err
5151
}
5252

53-
o.result, err = o.GetSimpleDiff(o.base, o.external)
53+
o.result, err = o.GetSimpleDiff(o.base, spec)
5454
if err != nil {
5555
log.Fatalf("error in calculating the diff of the specs: %s", err)
5656
return nil, err

0 commit comments

Comments
 (0)