File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ func TestWorkspaceBuildWithRichParameters(t *testing.T) {
419
419
withTemplate ,
420
420
withInactiveVersion (richParameters ),
421
421
withLastBuildFound ,
422
+ withTemplateVersionVariables (inactiveVersionID , nil ),
422
423
withRichParameters (initialBuildParameters ),
423
424
withParameterSchemas (inactiveJobID , nil ),
424
425
withWorkspaceTags (inactiveVersionID , nil ),
@@ -726,6 +727,7 @@ func TestWorkspaceBuildWithRichParameters(t *testing.T) {
726
727
withTemplate ,
727
728
withActiveVersion (version2params ),
728
729
withLastBuildFound ,
730
+ withTemplateVersionVariables (activeVersionID , nil ),
729
731
withRichParameters (initialBuildParameters ),
730
732
withParameterSchemas (activeJobID , nil ),
731
733
withWorkspaceTags (activeVersionID , nil ),
You can’t perform that action at this time.
0 commit comments