mcaptcha = MCaptcha(instance_url=INSTANCE_URL, sitekey=SITEKEY, secret=SECRET) assert mcaptcha.verify(token=TOKEN) is True