webmockr icon indicating copy to clipboard operation
webmockr copied to clipboard

Stubbing suggestion getting cut off sometimes

Open sckott opened this issue 1 year ago • 1 comments

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 avatar Oct 15 '24 16:10 sckott

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

sckott avatar Nov 05 '24 17:11 sckott