Skip to content

3.11 -> 3.12 regression in URL overrides #1074

@vroegop

Description

@vroegop

In version 3.11 I have everything set up to run multiple endpoints with different responses. In 3.12 however, they suddenly respond with the same value instead of different values.

As you can see, the following 2 mocks have a different URL. They should return their own response based on the request URL.

{
  "name": "getGebruikerRollen",
  "request": {
    "url": "/api_v2/gebruikers/mijnGebruiker/rollen",
    "method": "GET"
  },
  "responses": {
    // ... RESPONSES 1
  }
}
{
  "name": "getMijnGebruiker",
  "request": {
    "url": "/api_v2/gebruikers/mijnGebruiker",
    "method": "GET"
  },
  "responses": {
    // ... RESPONSES 2
  }
}

In 3.11 I get the correct responses. In 3.12 I always get the response from the /api_v2/gebruikers/mijnGebruiker even on the /api_v2/gebruikers/mijnGebruiker/rollen call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions