diff --git a/cdk/kittyhawk/test/deployment.test.ts b/cdk/kittyhawk/test/deployment.test.ts index 07b50cf1..38ec9d59 100644 --- a/cdk/kittyhawk/test/deployment.test.ts +++ b/cdk/kittyhawk/test/deployment.test.ts @@ -1,7 +1,7 @@ import { Construct } from "constructs"; import { Container, Deployment } from "../src"; -import { chartTest, failingTestNoGitSha } from "./utils"; import { KubeServiceAccount } from "../src/imports/k8s"; +import { chartTest, failingTestNoGitSha } from "./utils"; export function buildDeploymentDefault(scope: Construct) { new Deployment(scope, "container", {