~psivaa/uci-engine/find-missing-mps

« back to all changes in this revision

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

Merge use-uci-images into arch-param

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
            u'updated': unicode(self.ticket.updated.strftime(
118
118
                settings.TEST_DATETIME_FORMAT)),
119
119
            u'uuid': self.ticket.uuid,
 
120
            'citrain_overlay': None,
120
121
        })
121
122
 
122
123
    def test_get_fullticketartifact_api(self):