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

Fix "[object Object]__" in test successes output #19

Open
ahuggins-nhs opened this issue Jan 16, 2020 · 1 comment
Open

Fix "[object Object]__" in test successes output #19

ahuggins-nhs opened this issue Jan 16, 2020 · 1 comment

Comments

@ahuggins-nhs
Copy link

When running tests, the namespace tag is correctly evaluated by xml2js into an object like:

      "namespace": {
        "$": {
          "xsi:nil": "true"
        }

which is then stringified instead of ignored.

Pull request #3 handles this issue and would fix our log output. Thanks!

@samgladstone
Copy link

I hit the same issue too! It was a real pain for my CI/CD pipeline. It's a real shame that this hasn't been fixed since 2016.

@stomita or @cristiand391 is it possible to get that PR merged? It's a simple fix that brings this log into in line with similar logs in the same function

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

2 participants