Skip to content

Commit 7022d06

Browse files
committed
chore: update test to use relocated hooks
Signed-off-by: habeck <habeck@us.ibm.com>
1 parent b022acd commit 7022d06

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

crates/cpex-hosts-python/tests/config_e2e.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ use std::path::PathBuf;
1010
use std::process::Command;
1111
use std::sync::Arc;
1212

13-
use cpex_core::{
14-
hooks::payload::Extensions,
15-
hooks::tools::ToolPreInvokePayload,
16-
hooks::types::hook_names,
17-
manager::PluginManager,
18-
};
13+
use cpex_core::{hooks::payload::Extensions, hooks::types::hook_names, manager::PluginManager};
14+
use cpex_hosts_python::legacy::hooks::tools::ToolPreInvokePayload;
1915
use cpex_hosts_python::{HookPayloadRegistry, IsolatedPythonPluginAdapterFactory, KIND};
2016

2117
fn repo_root() -> PathBuf {

0 commit comments

Comments
 (0)