Skip to content

Commit

Permalink
minor fixes about code style
Browse files Browse the repository at this point in the history
  • Loading branch information
onurd86 committed Oct 5, 2023
1 parent 9c7d02a commit 3e612e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ object OpenApiAccess {
// Path should not be null, either
// it is set or an exception is thrown
if (path == null) {
throw SutProblemException("Could not set up the path");
throw SutProblemException("Could not set up the path: $openApiUrl");
}
else {
// if the file does not exists, throw cannot find OpenAPI schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ abstract class AbstractRestSampler : HttpWsSampler<RestIndividual>() {
"is either invalid or it does not define endpoints")
}


// ONUR: Add all paths to list of paths to ignore except endpointFocus
val endpointsToSkip = EndpointFilter.getEndPointsToSkip(config,swagger);

Expand Down

0 comments on commit 3e612e6

Please sign in to comment.