Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • cubicweb cubicweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 229
    • Issues 229
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cubicweb
  • cubicwebcubicweb
  • Issues
  • #350
Closed
Open
Created Jul 23, 2021 by Nicola Spanti@nspantiMaintainer

[3.32][test] `params` for `webapp.post` became required (facultative before)

With CubicWeb 3.32, params for webapp.post became required (see mercurial commit 71b8609bd71e). Previously it was not.

class TestApp(webtest.TestApp):

    def post(
        self,
        route,
        params,
        do_not_grab_the_crsf_token=False,
        do_not_inject_origin=False,
        form_with_csrf_token_url="/login",
        form_number=0,
        **kwargs,
    ):
Edited Jul 27, 2021 by Nicola Spanti
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking