def test_redir_no_path_no_lb(self, *_args): """Test redirect with no path and no LB""" resp = self.app.get('/redir/lb/type1/cell1') self.assertEqual(resp.status_code, http_client.NOT_FOUND)