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

Stubbing suggestion getting cut off sometimes #135

Open
sckott opened this issue Oct 15, 2024 · 1 comment
Open

Stubbing suggestion getting cut off sometimes #135

sckott opened this issue Oct 15, 2024 · 1 comment

Comments

@sckott
Copy link
Collaborator

sckott commented Oct 15, 2024

Stub suggestion sometimes gets cut off

some_fun_call()

Error: Real HTTP connections are disabled.
Unregistered request:
  POST:  https://something.com  xxxxxx

You can stub this request with the following snippet:

   stub_request('post', uri = 'https://something.com') %>%
     wi_th(
       headers

Not sure why, possibly just a R GUI option?

@sckott sckott added the bug label Oct 15, 2024
@sckott sckott added this to the v1.2 milestone Oct 15, 2024
@sckott sckott removed this from the v1.2 milestone Nov 5, 2024
@sckott sckott removed the bug label Nov 5, 2024
@sckott
Copy link
Collaborator Author

sckott commented Nov 5, 2024

can't reproduce this yet, deal with next time see this happen

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