Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newman can't parse the http verb dynamicaly #3255

Open
lsousa1988 opened this issue Jul 23, 2024 · 0 comments
Open

Newman can't parse the http verb dynamicaly #3255

lsousa1988 opened this issue Jul 23, 2024 · 0 comments

Comments

@lsousa1988
Copy link

Hi everyone,
I'm facing a problem and probably I'm the problem but I'll give a try.

Newman cli version: 6.1.3
OS: ubuntu

I have two files, 1 postman collection and 2 csv file with verb,endpoint, payload

I'm running this command - "run .\postman_collection.json --iteration-data .\mock_data.csv"
and I'm stuck in this error -
"

failure detail

  1. TypeError Method must be a valid HTTP token ["{{METHOD}}"]
    at request
    inside "
    "

mock_data.csv
postman_collection.json

Long story short, I'm trying to create a pipeline in azure devops to test some endpoints with differents HTTP verbs.

I appreciate your help.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant