Skip to content

Commit 9974c40

Browse files
config fix
1 parent 1f2bc58 commit 9974c40

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { randomUUID } from "node:crypto";
22
import test, { expect } from "playwright/test";
33
import {
44
PackErrorLog,
5-
VolumeGroupInactiveTestCase,
65
getAllocationLog,
76
getAllocationLogForDomainId,
87
getVariantsForAllocation,

tests/helpers/allocation-helper.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
pollSupplierAllocatorLogForExceededDailyCapacity,
1212
pollSupplierAllocatorLogForResolvedSpec,
1313
} from "./aws-cloudwatch-helper";
14-
import { logger } from "./pino-logger";
15-
1614
const ddb = new DynamoDBClient({});
1715
const docClient = DynamoDBDocumentClient.from(ddb);
1816

@@ -117,14 +115,6 @@ export type SupplierDailyCapacityExceededLog = {
117115
dailyCapacity?: number;
118116
};
119117

120-
type VolumeGroupDateField = "startDate" | "endDate";
121-
122-
export type VolumeGroupInactiveTestCase = {
123-
testName: string;
124-
volumeGroupId: string;
125-
fieldToUpdate: VolumeGroupDateField;
126-
};
127-
128118
const getSupplierConfigTableName = (): string =>
129119
process.env.SUPPLIER_CONFIG_TABLE_NAME ??
130120
`nhs-${envName}-supapi-supplier-config`;

0 commit comments

Comments
 (0)