def test_challenge_cannot_be_submitted_when_it_is_not_accepted(self):
        self.ch.status = 'L'
        self.ch.save()
        # Submit the challenge
        data = {self.question1.id: [u'answer_%d' %(self.answer1.id)],