Skip to content

Commit 172c2e5

Browse files
committed
fix the config unit test log msg
1 parent adf4de6 commit 172c2e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lambdas/supplier-allocator/src/services/__tests__/supplier-config.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ describe("supplier-config service", () => {
507507
);
508508
expect(deps.logger.info).toHaveBeenCalledWith({
509509
description:
510-
"Pack specification spec1 filtered out based on pageCount constraints",
510+
"Pack specification filtered out based on pageCount constraints",
511511
packSpecId: "spec1",
512512
pageCount: 3,
513513
violatedConstraints: expect.arrayContaining([
@@ -577,7 +577,7 @@ describe("supplier-config service", () => {
577577

578578
expect(deps.logger.info).toHaveBeenCalledWith({
579579
description:
580-
"Pack specification spec1 filtered out based on pageCount constraints",
580+
"Pack specification filtered out based on pageCount constraints",
581581
packSpecId: "spec1",
582582
pageCount: 3,
583583
violatedConstraints: expect.arrayContaining([
@@ -617,7 +617,7 @@ describe("supplier-config service", () => {
617617

618618
expect(deps.logger.info).toHaveBeenCalledWith({
619619
description:
620-
"Pack specification spec1 filtered out based on pageCount constraints",
620+
"Pack specification filtered out based on pageCount constraints",
621621
packSpecId: "spec1",
622622
pageCount: 3,
623623
violatedConstraints: expect.arrayContaining([

0 commit comments

Comments
 (0)