gpt4 book ai didi

ruby-on-rails - 带有任何正文和 header 的 Webmock stub 请求

转载 作者:行者123 更新时间:2023-12-03 20:38:21 26 4
gpt4 key购买 nike

如何使用 Webmock 对任何正文和 header 的请求进行 stub ?我尝试使用正则表达式

WebMock.stub_request(:post, 'api.quickblox.com/').with(:body => /.*?/, :headers => /.*?/).to_return(:status => 201, :body => "", :headers => {})

在 rspec 但它不起作用,它有
NoMethodError:
undefined method `map' for /.*?/:Regexp

最佳答案

查看 Webmock docs on headers .您需要为它提供一个哈希,其中包含有关您匹配的内容的更多详细信息。

关于ruby-on-rails - 带有任何正文和 header 的 Webmock stub 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23159588/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com