We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b54e79 commit faecc06Copy full SHA for faecc06
cloud/service_account_binding_test.go
@@ -81,7 +81,7 @@ func TestServiceAccountBindingRemovedExternally(t *testing.T) {
81
}
82
err = clientSet.CloudV1alpha1().
83
ServiceAccountBindings("sndev").
84
- Delete(context.Background(), clusterGeneratedName+".streamnative.gcp-shared-usc1-test", metav1.DeleteOptions{})
+ Delete(context.Background(), saGeneratedName+".streamnative.gcp-shared-usc1-test", metav1.DeleteOptions{})
85
if err != nil {
86
t.Fatal(err)
87
0 commit comments