Skip to content

Commit

Permalink
Update TailoredProfile title description in parallel e2e
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rhmdnd committed Jul 18, 2024
1 parent 73f6fc3 commit 35e10e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/parallel/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 35e10e4

Please sign in to comment.