Skip to content

Commit fb19825

Browse files
authored
[ISV-1880] Write new value for build_categories (#307)
1 parent e285957 commit fb19825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator-pipeline-images/operatorcert/entrypoints/publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def create_repository(args: Any, project: Dict[str, Any]) -> Any:
170170
"protected_for_search": False,
171171
"registry": utils.get_registry_for_env(args.environment),
172172
"repository": repository,
173-
"build_categories": ["Operator Bundle Image"],
173+
"build_categories": ["Operator bundle"],
174174
"isv_pid": container.get("isv_pid"),
175175
"application_categories": container.get("application_categories", []),
176176
"includes_multiple_content_streams": False,

operator-pipeline-images/tests/entrypoints/test_publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_create_repository(mock_get_vendor: MagicMock, mock_post: MagicMock) ->
118118
"protected_for_search": False,
119119
"registry": "registry.connect.dev.redhat.com",
120120
"repository": "my_label/repo_name",
121-
"build_categories": ["Operator Bundle Image"],
121+
"build_categories": ["Operator bundle"],
122122
"isv_pid": "pid",
123123
"application_categories": "app_cat",
124124
"includes_multiple_content_streams": False,

0 commit comments

Comments
 (0)