Skip to content

Commit

Permalink
remove toString from methods in prepareDataForComponentResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jumper2210 committed Nov 20, 2024
1 parent 64808d3 commit d14163d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e/src/componentsController.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ describe('Components Controller', () => {
productFamilyId: string,
componentPayload: CreateMeteredComponent
) => {
await productsController.createProduct(
productFamilyId.toString(),
productPaload
);
await productsController.createProduct(productFamilyId, productPaload);

const createComponentReponse =
await componentsController.createMeteredComponent(productFamilyId, {
Expand Down

0 comments on commit d14163d

Please sign in to comment.