Skip to content

Commit

Permalink
fix: 'runDescription "value"' not setting the correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgaly committed Sep 30, 2024
1 parent 4811808 commit 60f3721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class GatlingPluginExtension {
}

def runDescription(String runDescription) {
setRunDescription(runTitle)
setRunDescription(runDescription)
}

def setPackageId(String packageId) {
Expand Down

0 comments on commit 60f3721

Please sign in to comment.