Skip to content

Commit

Permalink
fix(config): rhods, app-services default product (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Aug 9, 2023
1 parent c81687d commit 2089bf4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/config/product.rhods.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const productId = RHSM_API_PATH_PRODUCT_TYPES.RHODS;
const productLabel = RHSM_API_PATH_PRODUCT_TYPES.RHODS;

const config = {
aliases: ['data', 'science', 'ods'],
aliases: ['application-services', 'data', 'science', 'ods'],
productGroup,
productId,
productLabel,
Expand Down
2 changes: 1 addition & 1 deletion src/config/product.rhosak.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const productId = RHSM_API_PATH_PRODUCT_TYPES.RHOSAK;
const productLabel = RHSM_API_PATH_PRODUCT_TYPES.RHOSAK;

const config = {
aliases: ['application-services', productGroup.toLowerCase(), 'apache', 'kafka'],
aliases: [productGroup.toLowerCase(), 'apache', 'kafka'],
productGroup,
productId,
productLabel,
Expand Down
18 changes: 9 additions & 9 deletions tests/__snapshots__/dist.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
},
{
"coverage": "FALSE",
"path": "/data",
"path": "/application-services",
"productGroup": [
"rhods",
],
Expand All @@ -431,7 +431,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
},
{
"coverage": "FALSE",
"path": "/science",
"path": "/data",
"productGroup": [
"rhods",
],
Expand All @@ -442,7 +442,7 @@ exports[`Build distribution should have a predictable ephemeral navigation based
},
{
"coverage": "FALSE",
"path": "/ods",
"path": "/science",
"productGroup": [
"rhods",
],
Expand All @@ -452,19 +452,19 @@ exports[`Build distribution should have a predictable ephemeral navigation based
"productVariants": [],
},
{
"coverage": "TRUE",
"path": "/streams",
"coverage": "FALSE",
"path": "/ods",
"productGroup": [
"rhosak",
"rhods",
],
"productId": [
"rhosak",
"rhods",
],
"productVariants": [],
},
{
"coverage": "FALSE",
"path": "/application-services",
"coverage": "TRUE",
"path": "/streams",
"productGroup": [
"rhosak",
],
Expand Down

0 comments on commit 2089bf4

Please sign in to comment.