We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cd87a commit 29c75f8Copy full SHA for 29c75f8
tests/e2e/parallel/main_test.go
@@ -2559,6 +2559,8 @@ func TestScanSettingBindingNoStorage(t *testing.T) {
2559
}
2560
2561
suiteName := "storage-test-node"
2562
+ scanSettingBindingName := suiteName
2563
+
2564
tp := &compv1alpha1.TailoredProfile{
2565
ObjectMeta: metav1.ObjectMeta{
2566
Name: suiteName,
@@ -2632,7 +2634,6 @@ func TestScanSettingBindingNoStorage(t *testing.T) {
2632
2634
2633
2635
defer f.Client.Delete(context.TODO(), &scanSettingWithStorage)
2636
- scanSettingBindingName := "generated-suite-storage-test"
2637
scanSettingBinding := compv1alpha1.ScanSettingBinding{
2638
2639
Name: scanSettingBindingName,
0 commit comments