Skip to content

Commit

Permalink
Merge pull request #1377 from atiratree/bug10622
Browse files Browse the repository at this point in the history
OCPBUGS-10622: bump repo sclorg/s2i-ruby-container location for newapp test
  • Loading branch information
openshift-merge-robot committed Mar 22, 2023
2 parents 07ee29c + 906a3bb commit b860ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/helpers/newapp/newapptest/newapp_test.go
Expand Up @@ -531,7 +531,7 @@ func TestNewAppRunAll(t *testing.T) {
SourceRepositories: []string{"https://github.com/openshift/sti-ruby"},
},
GenerationInputs: cmd.GenerationInputs{
ContextDir: "2.0/test/rack-test-app",
ContextDir: "3.1/test/rack-test-app",
},

Resolvers: cmd.Resolvers{
Expand Down Expand Up @@ -572,7 +572,7 @@ func TestNewAppRunAll(t *testing.T) {
SourceRepositories: []string{"https://github.com/openshift/sti-ruby"},
},
GenerationInputs: cmd.GenerationInputs{
ContextDir: "2.0/test/missing-dir",
ContextDir: "3.1/test/missing-dir",
},

Resolvers: cmd.Resolvers{
Expand Down Expand Up @@ -605,7 +605,7 @@ func TestNewAppRunAll(t *testing.T) {
expectedName: "sti-ruby",
expectedVolumes: nil,
errFn: func(err error) bool {
return err.Error() == "supplied context directory '2.0/test/missing-dir' does not exist in 'https://github.com/openshift/sti-ruby'"
return err.Error() == "supplied context directory '3.1/test/missing-dir' does not exist in 'https://github.com/openshift/sti-ruby'"
},
},

Expand Down

0 comments on commit b860ec0

Please sign in to comment.