Skip to content

Commit adf4de6

Browse files
committed
resync log message across acceptance tests
1 parent ae53e1e commit adf4de6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export async function filterPacksForLetter(
300300

301301
if (violatedConstraints.length > 0) {
302302
deps.logger.info({
303-
description: `Pack specification ${packSpecId} filtered out based on pageCount constraints`,
303+
description: `Pack specification filtered out based on pageCount constraints`,
304304
packSpecId,
305305
pageCount,
306306
violatedConstraints,

tests/component-tests/allocation-tests/letter-allocation-capacity.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test.describe("Allocator Lambda Tests", () => {
6565
expect(response.MessageId).toBeTruthy();
6666

6767
const supplierAllocatorLog = await getAllocationLog(
68-
"Pack specification filtered out based on constraints",
68+
"Pack specification filtered out based on pageCount constraints",
6969
);
7070
const filteredPackSpecId = supplierAllocatorLog.packSpecId;
7171
logger.info(`Pack spec filtered out ${filteredPackSpecId}`);

0 commit comments

Comments
 (0)