Skip to content

Commit f92056c

Browse files
committed
chore: remove unused import
1 parent acba4b5 commit f92056c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/logger/tests/e2e/sampleRate.decorator.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
TestStack,
66
invokeFunction,
77
} from '@aws-lambda-powertools/testing-utils';
8-
import { afterAll, beforeAll, describe, expect, it, vi } from 'vitest';
8+
import { afterAll, beforeAll, describe, expect, it } from 'vitest';
99
import { LoggerTestNodejsFunction } from '../helpers/resources.js';
1010
import {
1111
RESOURCE_NAME_PREFIX,
@@ -15,10 +15,6 @@ import {
1515
TEST_CASE_TIMEOUT,
1616
} from './constants.js';
1717

18-
vi.hoisted(() => {
19-
process.env.AWS_PROFILE = 'aamorosi-Admin';
20-
});
21-
2218
describe('Logger E2E tests, sample rate and injectLambdaContext()', () => {
2319
const testStack = new TestStack({
2420
stackNameProps: {

0 commit comments

Comments
 (0)