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 · 0 comments
Open

Stubbing suggestion getting cut off sometimes #135

sckott opened this issue Oct 15, 2024 · 0 comments
Labels
Milestone

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant