Skip to content

Commit

Permalink
Fix parameter reporting
Browse files Browse the repository at this point in the history
HardNorth committed Jan 2, 2024
1 parent a846ae8 commit 683595d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -260,7 +260,7 @@ public static StartTestItemRQ buildStartFeatureRq(@Nonnull Feature feature) {
*/
@Nullable
public static List<ParameterResource> getParameters(@Nonnull Scenario scenario) {
if (scenario.isOutlineExample()) {
if (!scenario.isOutlineExample()) {
return null;
}
return scenario.getExampleData().entrySet().stream().map(e -> {

0 comments on commit 683595d

Please sign in to comment.