We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1483767 commit 16ff109Copy full SHA for 16ff109
1 file changed
pkg/engine/engine_ruby_test.go
@@ -25,7 +25,7 @@ func TestEngineRuby_Create(t *testing.T) {
25
testConfig.Set(config.PACKAGR_SCM, "github")
26
testConfig.Set(config.PACKAGR_PACKAGE_TYPE, "ruby")
27
pipelineData := new(pipeline.Data)
28
- githubScm, err := scm.Create("github", pipelineDat, testConfig, nil)
+ githubScm, err := scm.Create("github", pipelineData, testConfig, nil)
29
require.NoError(t, err)
30
31
//test
0 commit comments