-
Notifications
You must be signed in to change notification settings - Fork 528
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
Add parsing for base64 filters #3628
Add parsing for base64 filters #3628
Conversation
Ho @ashishajr |
Got it, thanks, I'll update those. I'll have to have to update the |
You can just call |
2b88b56
to
86372a9
Compare
86372a9
to
7b0c84a
Compare
Hey @jcamiel, I'm not quite sure what I'm doing wrong, was hoping you could help me out I understand that I need to run the integration tests for $ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install --requirement bin/requirements-frozen.txt
$ cd intrgration/hurlfmt
$ python integration.py # I have setup python as the alias for python3 I run into this error hurlfmt --out hurl tests_export/body.hurl
hurlfmt --out hurl tests_export/capture.hurl
error: Parsing literal
--> tests_export/capture.hurl:6:27
|
6 | token: jsonpath "$.token" redact
| ^ expecting 'line_terminator'
|
>>> error in stdout for hurl
actual: <>
expected: <GET http://localhost:8000/dummy
HTTP 200
[Captures]
name: jsonpath "$.name"
token: jsonpath "$.token" redact
> I gathered that it's probably because it's using the binary installed by hombrew instead of the latest build, so I setup an alias to the binary to test but I still run into the same error Do I setup |
Hi @ashishajr Yes I need to update the README so it's easier to understand what to do. The current build of
Once you've updated your PATH, you can run the integration test suite and the right |
/accept |
🕗 /accept is running, please wait for completion. |
Description
Add parsing for
base64Decode
andbase64Encode
filtersAdd JSON and HTML formatter support for
base64Decode
andbase64Encode
Related Issue
Add base64Encode/base64Decode filter