Building tests for the tasks class

This commit is contained in:
Martyn Inglis
2016-02-16 17:17:02 +00:00
parent 18d63e241b
commit 0933e5c647
5 changed files with 81 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ from tests import create_authorization_header
from flask import json
from app.models import Service
from app.dao.templates_dao import get_model_templates
from mock import ANY
def test_get_notification_by_id(notify_api, sample_notification):