Added test for go_live_user and go_live_at in the response for get_service_by_id

This commit is contained in:
Rebecca Law
2019-04-16 12:33:07 +01:00
parent 60b4970d7f
commit 55a65a22a9
4 changed files with 15 additions and 4 deletions

View File

@@ -438,8 +438,6 @@ class Service(db.Model, Versioned):
uselist=False,
backref=db.backref('services', lazy='dynamic'))
@classmethod
def from_json(cls, data):
"""