Code Monkey home page Code Monkey logo

Comments (8)

en-milie avatar en-milie commented on May 27, 2024 1

Hi @josip1001. Is everything ok with 7.2.1?

from cats.

en-milie avatar en-milie commented on May 27, 2024

Hi @josip1001. Thank you for raising this. I'm struggling though to reproduce it. If I run the above command using the provided OpenAPI contract, I get payloads like this:

{
  "amount": "7.50",
  "petUid": "eqnpkbeh",
  "name": "7qEow",
  "hashtag": "rdTbbpCNB"
}

Which version of CATS are you using?

from cats.

josip1001 avatar josip1001 commented on May 27, 2024

Hi, I am using latest version(7.2.0) and I have still got same error :

{
"responseCode": 400,
"httpMethod": "POST",
"jsonBody": {
"status": "error",
"error": {
"message": "The type of the "amount" attribute for class "App" must be one of "float" ("string" given).",
"code": "validation_error",
"context": [],
"reason": "UNKNOWN"
}
},
"responseTimeInMs": "10373",
"numberOfWordsInResponse": "16",
"numberOfLinesInResponse": "1",
"contentLengthInBytes": "289"
}

====================
payload:
{
"amount": "3,48",
"petUid": "67DuR9XimWncU8",
"name": "PfGe5C5YTXzY",
"hashtag": "2v1fspX"
}

from cats.

en-milie avatar en-milie commented on May 27, 2024

This seems like a misalignment between the locale of the server and the locale of your machine. The server expects data in locale en_us most probably so the amount must be something like: 5.6. Notice the . instead of , like in your example. In order to pass the locale to the app just do:

> java -Duser.language=en -jar cats-uber.jar --contract=c:\Work\pet\pet1.json --server=https://process.example.com/ --fuzzers=HappyFuzzer

from cats.

josip1001 avatar josip1001 commented on May 27, 2024

when i was using Param " -Duser.language=en" value of amount contains "." instead of "," but amount is still sending with quotation marks ("") and i have still got response:

{
"responseCode": 400,
"httpMethod": "POST",
"jsonBody": {
"status": "error",
"error": {
"message": "The type of the "amount" attribute for class "App" must be one of "float" ("string" given).",
"code": "validation_error",
"context": [],
"reason": "UNKNOWN"
}
},
"responseTimeInMs": "10522",
"numberOfWordsInResponse": "16",
"numberOfLinesInResponse": "1",
"contentLengthInBytes": "289"
}

=======================
Payload:
{
"amount": "4.11",
"petUid": "2UqgiSmlmbOe",
"name": "LkaBFjtEgdc",
"hashtag": "2r20kA3"
}

from cats.

en-milie avatar en-milie commented on May 27, 2024

Usually frameworks in most of the languages will automatically convert string to appropriate types from the backed object. I've changed though to leave every numeric field as Number. 7628067

Will be available in the next release.

from cats.

en-milie avatar en-milie commented on May 27, 2024

Hi @josip1001. You can try with https://github.com/Endava/cats/releases/tag/cats-7.2.1 release.

from cats.

josip1001 avatar josip1001 commented on May 27, 2024

thanks for fix...it's working well right now

from cats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.