Skip to content

Commit

Permalink
Fix apache#2834: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpoth committed Feb 2, 2022
1 parent 227b497 commit d965728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trait/trait_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func TestConfigureVolumesAndMountsBinaryAndTextResources(t *testing.T) {

func TestOnlySomeTraitsInfluenceBuild(t *testing.T) {
c := NewTraitTestCatalog()
buildTraits := []string{"builder", "quarkus"}
buildTraits := []string{"builder", "quarkus", "registry"}

for _, trait := range c.AllTraits() {
if trait.InfluencesKit() {
Expand Down

0 comments on commit d965728

Please sign in to comment.