def test_wrong_router(self): result = self.simulate_get(path='/some/wrong/path', body=self.body) self.assertEqual(falcon.HTTP_404, result.status)