You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/03/19 17:03:15 UTC

[camel-k] 02/05: chore: Rename PodDisruptionBudget trait e2e test

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 <an...@stefanutti.fr>
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())