Skip to content

Commit

Permalink
fixing SCM test.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 16, 2022
1 parent 1483767 commit 16ff109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine_ruby_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestEngineRuby_Create(t *testing.T) {
testConfig.Set(config.PACKAGR_SCM, "github")
testConfig.Set(config.PACKAGR_PACKAGE_TYPE, "ruby")
pipelineData := new(pipeline.Data)
githubScm, err := scm.Create("github", pipelineDat, testConfig, nil)
githubScm, err := scm.Create("github", pipelineData, testConfig, nil)
require.NoError(t, err)

//test
Expand Down

0 comments on commit 16ff109

Please sign in to comment.