def test_upload_docx_matches_similar(self):
        url = reverse('theses:upload_recommend')
        with open(os.path.join(self.fix_path, '1721.1-33360.docx'), 'rb') as fp:
            response = self.client.post(url,
                {"file": fp, "captcha_0": "sometext", "captcha_1": "PASSED"})