summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CrypterPluginTester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CrypterPluginTester.py b/tests/CrypterPluginTester.py
index 42585939e..c63b173ef 100644
--- a/tests/CrypterPluginTester.py
+++ b/tests/CrypterPluginTester.py
@@ -18,7 +18,7 @@ class CrypterPluginTester(PluginTester):
print "%s: %s" % (name, url.encode("utf8"))
log(DEBUG, "%s: %s", name, url.encode("utf8"))
- plugin = self.core.pluginManager.getPluginClass(name)
+ plugin = self.core.pluginManager.getPluginClass("crypter", name)
p = plugin(self.core, None, "")
self.thread.plugin = p