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

issue with debugPrinter #444

Open
hemanthbsridhar opened this issue Apr 30, 2024 · 0 comments · May be fixed by #445
Open

issue with debugPrinter #444

hemanthbsridhar opened this issue Apr 30, 2024 · 0 comments · May be fixed by #445

Comments

@hemanthbsridhar
Copy link

given my response is :

{
  "changelog": {
    "connector": "git",
    "location": "folder/changelog.yaml"
  },
  "created": 1714477707,
  "identifier": "ODLWLAHkwl",
  "name": "ODLWLAHkwl",
  "service": "service",
  "tags": {
    "tag1": "val1",
    "tag2": "val2"
  }
}

with

httpexpect.NewDebugPrinter(t, true),

getting error

panic: interface conversion: io.ReadCloser is io.nopCloserWriterTo, not *httpexpect.bodyWrapper [recovered]
	panic: interface conversion: io.ReadCloser is io.nopCloserWriterTo, not *httpexpect.bodyWrapper

making it false, works fine

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

Successfully merging a pull request may close this issue.

1 participant