File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ func (l *JmeterLoadTestRunAction) Describe() action_kit_api.ActionDescription {
6868 Name : "file" ,
6969 Label : "JMeter JMX File" ,
7070 Description : extutil .Ptr ("Upload your JMeter Script" ),
71- Type : action_kit_api .File ,
71+ Type : action_kit_api .ActionParameterTypeFile ,
7272 Required : extutil .Ptr (true ),
7373 AcceptedFileTypes : extutil .Ptr ([]string {
7474 ".jmx" ,
@@ -79,7 +79,7 @@ func (l *JmeterLoadTestRunAction) Describe() action_kit_api.ActionDescription {
7979 Name : "parameter" ,
8080 Label : "JMeter Parameter" ,
8181 Description : extutil .Ptr ("Parameters will be accessible from your JMeter Script by ${__P(FOOBAR)}" ),
82- Type : action_kit_api .KeyValue ,
82+ Type : action_kit_api .ActionParameterTypeKeyValue ,
8383 Required : extutil .Ptr (true ),
8484 Order : extutil .Ptr (2 ),
8585 },
You can’t perform that action at this time.
0 commit comments