Skip to content

Commit 15b4bc7

Browse files
committed
Revert "fix(test): add unit test for auth activation initialize method (aws#7679)"
This reverts commit df9a02b.
1 parent 33f939b commit 15b4bc7

File tree

2 files changed

+1
-147
lines changed

2 files changed

+1
-147
lines changed

packages/core/src/auth/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { isAmazonQ, isSageMaker } from '../shared/extensionUtilities'
1212
import { getLogger } from '../shared/logger/logger'
1313
import { getErrorMsg } from '../shared/errors'
1414

15-
export interface SagemakerCookie {
15+
interface SagemakerCookie {
1616
authMode?: 'Sso' | 'Iam'
1717
}
1818

packages/core/src/test/auth/activation.test.ts

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)