mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
try not Foo
This commit is contained in:
parent
0c650e1158
commit
3ed551c3be
@ -1463,7 +1463,7 @@ def test_load_plugin():
|
||||
warcprox.stats.RunningStats)
|
||||
assert isinstance(
|
||||
controller._postfetch_chain[-5],
|
||||
'%s.%s' % (__name__, Foo.__name__))
|
||||
'%s.%s' % (__name__, MyEarlyPlugin.__name__))
|
||||
|
||||
def test_choose_a_port_for_me(warcprox_):
|
||||
options = warcprox.Options()
|
||||
|
Loading…
x
Reference in New Issue
Block a user