def test_get_notify(self): client = Client() response = client.get('/paydirekt/notify/') self.assertEqual(response.status_code, 405)