Skip to content

Commit

Permalink
fix(config): sw-1570 reactivate rosa, add to openshift (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Aug 15, 2023
1 parent 0cbd565 commit f9e57f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/config/product.rosa.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ChartTypeVariant } from '../components/chart/chartHelpers';
import { SelectPosition } from '../components/form/select';
import { translate } from '../components/i18n/i18n';

const productGroup = RHSM_API_PATH_PRODUCT_TYPES.ROSA;
const productGroup = 'openshift';

const productId = RHSM_API_PATH_PRODUCT_TYPES.ROSA;

Expand Down
22 changes: 11 additions & 11 deletions tests/__snapshots__/dist.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -25,6 +26,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -38,6 +40,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -51,6 +54,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -64,6 +68,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -77,6 +82,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -90,6 +96,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -103,6 +110,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -116,6 +124,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand All @@ -129,6 +138,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand Down Expand Up @@ -462,17 +472,6 @@ exports[`Build distribution should have a predictable ephemeral navigation based
],
"productVariants": [],
},
{
"coverage": "FALSE",
"path": "/rosa",
"productGroup": [
"rosa",
],
"productId": [
"rosa",
],
"productVariants": [],
},
]
`;

Expand Down Expand Up @@ -507,6 +506,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"OpenShift Container Platform",
"OpenShift-dedicated-metrics",
"OpenShift-metrics",
"rosa",
],
"productVariants": [],
},
Expand Down

0 comments on commit f9e57f3

Please sign in to comment.