Skip to content

Commit eefe03a

Browse files
committed
align fixture lint
1 parent 2a134cf commit eefe03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { App, RemovalPolicy, Stack, StackProps, Tags } from "aws-cdk-lib";
1111
import * as lambda from "aws-cdk-lib/aws-lambda";
1212
import * as logs from "aws-cdk-lib/aws-logs";
1313
import { Construct } from "constructs";
14+
import { E2E_NODE_LAYER_VERSION, E2E_EXTENSION_LAYER_VERSION, E2E_RUNTIME } from "./versions";
1415
import { DatadogLambda } from "../../src/index";
1516
import { FRESHNESS_TAG_KEY, RUN_ID_TAG_KEY } from "../helpers/naming";
16-
import { E2E_NODE_LAYER_VERSION, E2E_EXTENSION_LAYER_VERSION, E2E_RUNTIME } from "./versions";
1717

1818
// The CDK construct is the instrumentation mechanism under test. This same stack
1919
// is provisioned uninstrumented first (E2E_INSTRUMENT=false, no DatadogLambda),

0 commit comments

Comments
 (0)