码迷,mamicode.com
首页 > 其他好文 > 详细

requests+unittest接口自动化之报错:TypeError: list indices must be integers or slices, not str

时间:2021-06-19 18:49:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:解决   unittest   字符串   错误   类型   dice   ice   src   自己   

今天再做接口自动化练习的时候,碰到了这个报错,

初看一下,就是数据类型错误。

报错:TypeError: list indices must be integers or slices, not str

仔细分析一下自己的报错信息,发现,原来是list的索引错误了。

解决方法:

技术图片

少了那个索引,导致把后面的字符串当成了索引,所以会报以上的错误。

 

requests+unittest接口自动化之报错:TypeError: list indices must be integers or slices, not str

标签:解决   unittest   字符串   错误   类型   dice   ice   src   自己   

原文地址:https://www.cnblogs.com/star12111/p/14901414.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!