Skip to content

Commit 87c2a3c

Browse files
lpcoxCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 37f8044 commit 87c2a3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/agent-service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ describe('agent service', () => {
499499

500500
import { testHelpers } from './agent-service';
501501
import { parseImageTag } from '../image-tag';
502-
import * as nodePath from 'path';
503502

503+
const nodePath = path;
504504
const { resolveAgentImageConfig } = testHelpers;
505505

506506
describe('resolveAgentImageConfig', () => {

0 commit comments

Comments
 (0)