File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,8 @@ func TestCreateWithRichParameters(t *testing.T) {
333
333
secondParameterDescription = "This is second parameter"
334
334
secondParameterValue = "2"
335
335
336
- immutableParameterName = "immutable_parameter "
337
- immutableParameterDescription = "This is mutable parameter"
336
+ immutableParameterName = "third_parameter "
337
+ immutableParameterDescription = "This is not mutable parameter"
338
338
immutableParameterValue = "3"
339
339
)
340
340
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ func TestUpdateWithRichParameters(t *testing.T) {
155
155
secondParameterValue = "2"
156
156
157
157
immutableParameterName = "immutable_parameter"
158
- immutableParameterDescription = "This is mutable parameter"
158
+ immutableParameterDescription = "This is not mutable parameter"
159
159
immutableParameterValue = "3"
160
160
)
161
161
You can’t perform that action at this time.
0 commit comments