mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 14:17:34 +00:00
refactor: 同步调整单元测试(虽然这个算不上是单元测试).
适配更改.
This commit is contained in:
parent
2c1e9606e1
commit
f5881ddbfe
@ -13,7 +13,7 @@ class ScriptManagerTest {
|
||||
public void loadScriptTest() {
|
||||
ScriptManager manager = new ScriptManager(new File("./run/scripts"),
|
||||
new ScriptComponents(new ScriptHttpClient(HttpClientBuilder.create().build()),
|
||||
new ComputeInstanceManager()));
|
||||
new ComputeInstanceManager(), new ScriptLoggerFactory()));
|
||||
|
||||
manager.loadScripts();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user