Skip to content

Commit

Permalink
Merge pull request #547 from rhmdnd/fix-tailored-profile-name-uniquen…
Browse files Browse the repository at this point in the history
…ess-in-e2e-tests

Update TailoredProfile title description in parallel e2e
  • Loading branch information
openshift-merge-bot[bot] authored Jul 22, 2024
2 parents 75906a5 + 35e10e4 commit 6627fcc
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 6627fcc

Please sign in to comment.