From 35e10e49412fa0d81b3c0a4892d2427abac36c94 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 18 Jul 2024 13:47:59 -0500 Subject: [PATCH] Update TailoredProfile title description in parallel e2e One of the parallel tests was using the name and description from another test in its TailoredProfile. While this doesn't necessarily cause issues, it can be confusing. This commit updates the TailoredProfile name and title so they're consistent with the test name. --- tests/e2e/parallel/main_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/parallel/main_test.go b/tests/e2e/parallel/main_test.go index cbdabc180..8707611f5 100644 --- a/tests/e2e/parallel/main_test.go +++ b/tests/e2e/parallel/main_test.go @@ -2540,8 +2540,8 @@ func TestScanSettingBindingWatchesTailoredProfile(t *testing.T) { Namespace: f.OperatorNamespace, }, Spec: compv1alpha1.TailoredProfileSpec{ - Title: "TestScanProducesRemediations", - Description: "TestScanProducesRemediations", + Title: "TestScanSettingBindingWatchesTailoredProfile", + Description: "TestScanSettingBindingWatchesTailoredProfile", DisableRules: []compv1alpha1.RuleReferenceSpec{ { Name: "no-such-rule",