Skip to content

Verify Fails #6

Description

@Codeglitches

verify fails with the error on mocker:

error:

  incorrect verification json format for:
  
    {"httpRequest": {"path": "/hello", "method": "GET"}, "times": {"count": 2, "exact": true}}
  
   schema validation errors:
  
    2 errors:
     - field: "/times" for schema: "verificationTimes" has error: "object instance has properties which are not allowed by the schema: ["count","exact"]"
     - field: "/times" for schema: "verificationTimes" has error: "object instance has properties which are not allowed by the schema: ["count","exact"], allowed fields are ["atLeast", "atMost"]"
    
    See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.11.x for OpenAPI Specification

Due to this error, multiple integration tests fail

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