Skip to content

Commit

Permalink
Use constant for string (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 24, 2025
1 parent 8f92e38 commit e0111f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/globalhelper/catalogsources.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func createCatalogSourceWithClient(opclient v1alpha1typed.OperatorsV1alpha1Inter
_, err := opclient.CatalogSources(CatalogSourceNamespace).Create(context.Background(), &v1alpha1.CatalogSource{
ObjectMeta: metav1.ObjectMeta{
Name: name,
Namespace: "openshift-marketplace",
Namespace: CatalogSourceNamespace,
},
Spec: v1alpha1.CatalogSourceSpec{
SourceType: "grpc",
Expand Down

0 comments on commit e0111f1

Please sign in to comment.