Skip to content

Check same request name behaviour #74

@finestructure

Description

@finestructure

I believe the following will silently overwrite the first request and run only once:

  document:
    url: ${api_url}/v1/contract/${contract_list[0].id}/document
    method: POST
    headers:
      Authorization: Bearer ${login.access_token}
    body:
      json:
        filename: vbox.png
        index: 8
    validation:
      status: 201

  document:
    url: ${api_url}/v1/contract/${contract_list[0].id}/document
    method: POST
    headers:
      Authorization: Bearer ${login.access_token}
    body:
      json:
        filename: vbox.png
        index: 9
    validation:
      status: 201

This must fail or at least warn about the duplicate key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions