Skip to content

Commit

Permalink
Merge pull request #839 from soltysh/fix-unit-4.6
Browse files Browse the repository at this point in the history
[release-4.6] Fix unit test failure
  • Loading branch information
openshift-merge-robot committed Jun 16, 2021
2 parents 5ab7b2b + 53607d7 commit 99556b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helpers/newapp/newapptest/newapp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ func TestNewAppRunAll(t *testing.T) {
Resolvers: cmd.Resolvers{
DockerSearcher: app.DockerClientSearcher{
Client: &apptest.FakeDockerClient{
Images: []docker.APIImages{{RepoTags: []string{"centos/ruby-27-centos7"}}},
Images: []docker.APIImages{{RepoTags: []string{"quay.io/centos7/ruby-27-centos7"}}},
Image: dockerBuilderImage(),
},
Insecure: true,
Expand Down

0 comments on commit 99556b6

Please sign in to comment.