~vila/uci-engine/enable-nova-and-swift

« back to all changes in this revision

Viewing changes to ticket_system/ticket/tests/test_full_read_api.py

  • Committer: Evan Dandrea
  • Date: 2014-06-30 12:07:54 UTC
  • mfrom: (630 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 655.
  • Revision ID: evan.dandrea@canonical.com-20140630120754-z6x5eqdahpp2qfrt
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
            u'owner': unicode(self.ticket.owner),
96
96
            u'base_image': unicode(self.ticket.base_image),
97
97
            u'id': self.ticket.pk,
 
98
            u'lander_unit': 0,
98
99
            u'master_ppa': unicode(self.ticket.master_ppa),
99
100
            u'resource_uri': u'/api/v1/fullticket/{0}/'.format(self.ticket.pk),
100
101
            u'series': unicode(self.ticket.series),