接口测试容易出现的小错误, response.json后面没有写()
此时, 我手快, 在response.json后面少写了(),
然后此时打印
接口测试容易出现的小错误, response.json后面没有写()
就没有获取到json , 反而是拿到 <bound method resposn.json of <reponse [200]>>

然后找了一会, 都没发现这个问题, 最后才发现是response.json后面 少了()

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-07-13
  • 2021-05-16
  • 2022-01-25
  • 2021-09-09
  • 2021-06-03
  • 2022-12-23
猜你喜欢
  • 2021-04-14
  • 2021-10-30
  • 2021-09-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案