duplicate variable initilization #8313
Annotations
11 errors
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L38
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:38:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L58
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:58:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L78
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:78:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L105
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:105:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L143
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create base-profile' is deprecated.
Recommended replacement: The 'config init' command·
Warning: The command 'profiles create kiwi-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:143:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L174
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:174:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L299
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:299:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts#L314
expect(received).toContain(expected) // indexOf
Expected substring: "The command 'profiles create' is deprecated."
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profile.option.mapping.integration.test.ts:314:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profiles.create.banana-profile.integration.test.ts#L31
expect(received).toContain(expected) // indexOf
Expected substring: "command 'profiles create' is deprecated"
Received string: "
Warning: The command 'profiles create banana-profile' is deprecated.
Recommended replacement: The 'config init' command·
Warning: The command 'profiles create strawberry-profile' is deprecated.
Recommended replacement: The 'config init' command·
Warning: The command 'profiles create strawberry-profile' is deprecated.
Recommended replacement: The 'config init' command·
Warning: The command 'profiles create kiwi-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/__integration__/cmd/__tests__/integration/cli/profiles/Cmd.cli.profiles.create.banana-profile.integration.test.ts:31:44)
|
Integration Tests (Daemon):
packages/imperative/__tests__/src/packages/profiles/__integration__/CliProfileManager.credentials.integration.subtest.ts#L84
expect(received).toContain(expected) // indexOf
Expected substring: "command 'profiles create' is deprecated"
Received string: "
Warning: The command 'profiles create username-password-profile' is deprecated.
Recommended replacement: The 'config init' command
"
at Object.<anonymous> (packages/imperative/__tests__/src/packages/profiles/__integration__/CliProfileManager.credentials.integration.subtest.ts:84:39)
|
Loading