Skip to content

Commit

Permalink
removing extra lib
Browse files Browse the repository at this point in the history
  • Loading branch information
armaseg committed Sep 11, 2024
1 parent eb3faf2 commit 083a26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/test/unit/streaming/kafka-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { SecurityGroup, Vpc, Subnet } from 'aws-cdk-lib/aws-ec2';
import { Role } from 'aws-cdk-lib/aws-iam';
import { CfnCluster } from 'aws-cdk-lib/aws-msk';
import { Secret } from 'aws-cdk-lib/aws-secretsmanager';
import { Authentication, ClientAuthentication, KafkaApi, MskClusterType, KafkaClientLogLevel } from '../../../src/streaming';
import { Authentication, ClientAuthentication, KafkaApi, MskClusterType } from '../../../src/streaming';


describe('Using default KafkaApi configuration with MSK provisioned and IAM and mTLS authentication should ', () => {
Expand Down

0 comments on commit 083a26c

Please sign in to comment.