Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Commit b5221f1

Browse files
committed
Don't create Plugins in setUp; they are already created via initial_data
1 parent 74224c3 commit b5221f1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

botbot/apps/bots/tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ def setUp(self):
4848
user=self.member, channel=self.private_channel, is_owner=True,
4949
is_admin=True)
5050

51-
for plugin in models.Channel.DEFAULT_PLUGINS:
52-
models.Plugin.objects.create(name=plugin, slug=plugin)
53-
5451

5552
class ModelTests(BaseTestCase):
5653

0 commit comments

Comments
 (0)