Skip to content

Commit 4e9eafe

Browse files
committed
chore: make parameters optional
1 parent a248705 commit 4e9eafe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.0.22
4+
5+
- Updated dependencies
6+
- Parameters are optional
7+
38
## v1.0.21
49

510
- Updated dependencies

extjmeter/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (l *JmeterLoadTestRunAction) Describe() action_kit_api.ActionDescription {
8080
Label: "JMeter Parameter",
8181
Description: extutil.Ptr("Parameters will be accessible from your JMeter Script by ${__P(FOOBAR)}"),
8282
Type: action_kit_api.ActionParameterTypeKeyValue,
83-
Required: extutil.Ptr(true),
83+
Required: extutil.Ptr(false),
8484
Order: extutil.Ptr(2),
8585
},
8686
},

0 commit comments

Comments
 (0)