This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b9aca188d1e36276c3f6fa47afa4a2ba723eb50a
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Mon Mar 15 11:56:45 2021 +0100

    chore: Rename PodDisruptionBudget trait e2e test
---
 e2e/common/traits/pdb_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/common/traits/pdb_test.go b/e2e/common/traits/pdb_test.go
index 591e90f..fdb9691 100644
--- a/e2e/common/traits/pdb_test.go
+++ b/e2e/common/traits/pdb_test.go
@@ -40,7 +40,7 @@ import (
        camelv1 "github.com/apache/camel-k/pkg/apis/camel/v1"
 )
 
-func TestPodDisruptionBudget(t *testing.T) {
+func TestPodDisruptionBudgetTrait(t *testing.T) {
        WithNewTestNamespace(t, func(ns string) {
                name := "java"
                Expect(Kamel("install", "-n", ns).Execute()).To(Succeed())

Reply via email to