Skip to content

Commit 1299bad

Browse files
committed
Fix tests, since plugins now remains
1 parent 5f568cd commit 1299bad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/proxy/http/remap/unit-tests/test_PluginFactory.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ SCENARIO("loading plugins", "[plugin][core]")
301301
validateSuccessfulConfigPathTest(plugin, error, effectivePath, runtimePath);
302302
CHECK(nullptr != PluginDso::loadedPlugins()->findByEffectivePath(effectivePath, isPluginDynamicReloadEnabled()));
303303

304-
// check Dso at effective path still exists while copy at runtime path doesn't
305304
CHECK(fs::exists(plugin->_plugin.effectivePath()));
306-
CHECK(!fs::exists(plugin->_plugin.runtimePath()));
307305
}
308306

309307
teardownConfigPathTest(factory);

0 commit comments

Comments
 (0)