Skip to content

Commit 16ff109

Browse files
committed
fixing SCM test.
1 parent 1483767 commit 16ff109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/engine/engine_ruby_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestEngineRuby_Create(t *testing.T) {
2525
testConfig.Set(config.PACKAGR_SCM, "github")
2626
testConfig.Set(config.PACKAGR_PACKAGE_TYPE, "ruby")
2727
pipelineData := new(pipeline.Data)
28-
githubScm, err := scm.Create("github", pipelineDat, testConfig, nil)
28+
githubScm, err := scm.Create("github", pipelineData, testConfig, nil)
2929
require.NoError(t, err)
3030

3131
//test

0 commit comments

Comments
 (0)