Skip to content

Commit

Permalink
feature: Use strict operation path matching
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos committed Nov 17, 2023
1 parent d394828 commit 7c40118
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private SingleSpecOpenApiInteractionValidatorWrapper buildSingleSpecOpenApiInter
.withResolveRefs(true)
.withResolveCombinators(true) // Inline to avoid problems with allOf
.withLevelResolver(buildLevelResolver(levelResolverLevels, levelResolverDefaultLevel))
.withStrictOperationPathMatching()
.build();
return new SingleSpecOpenApiInteractionValidatorWrapper(validator);
} catch (Throwable e) {
Expand Down

0 comments on commit 7c40118

Please sign in to comment.