Skip to content

Commit 5762281

Browse files
Update internal/controller/secrets_to_providers_test.go
Co-authored-by: Furkat Gofurov <[email protected]>
1 parent d48cdf0 commit 5762281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/secrets_to_providers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestProviderSecretMapper(t *testing.T) {
8080
},
8181
&operatorv1.InfrastructureProvider{
8282
ObjectMeta: metav1.ObjectMeta{
83-
Name: "infra-provider-with-other-secret",
83+
Name: "infra-provider-with-same-secret-different-namespace",
8484
Namespace: otherInfraProviderNamespace,
8585
},
8686
Spec: operatorv1.InfrastructureProviderSpec{

0 commit comments

Comments
 (0)