Skip to content

Commit

Permalink
Put all bedrock tasks in the same file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Aug 7, 2017
1 parent a4934d7 commit 21c083d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pollbot/views/release.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from aiohttp import web
from pollbot import PRODUCTS

from ..tasks.releasenotes import release_notes_published
from ..tasks.archives import archives_published
from ..tasks.bedrock import release_notes_published


def status_response(task):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import asynctest
from aioresponses import aioresponses

from pollbot.tasks.releasenotes import release_notes_published
from pollbot.tasks.archives import archives_published
from pollbot.tasks.bedrock import release_notes_published


class DeliveryTasksTest(asynctest.TestCase):
Expand Down

0 comments on commit 21c083d

Please sign in to comment.