Skip to content

Commit 8723266

Browse files
author
Per Goncalves da Silva
committed
Fix extension developer test for new ClusterCatalog changes
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 3598739 commit 8723266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extension-developer-e2e/extension_developer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestExtensionDeveloper(t *testing.T) {
4141

4242
catalog := &catalogd.ClusterCatalog{
4343
ObjectMeta: metav1.ObjectMeta{
44-
GenerateName: "catalog",
44+
Name: "catalog",
4545
},
4646
Spec: catalogd.ClusterCatalogSpec{
4747
Source: catalogd.CatalogSource{

0 commit comments

Comments
 (0)