diff --git a/test/test_Ebay.py b/test/test_Ebay.py index 92b283c93..c81e9d29d 100644 --- a/test/test_Ebay.py +++ b/test/test_Ebay.py @@ -31,9 +31,9 @@ from testsupport import * -if network: - class EbayTest(PluginTestCase, PluginDocumentation): - plugins = ('Ebay',) +class EbayTest(ChannelPluginTestCase): + plugins = ('Ebay',) + if network: def testAuction(self): self.assertNotError('auction 3053641570') # test 'Invalid Item' checking