Earlier I was using testlink 1.9.5 and now it is updated to 1.9.11. In one of script test project names is fetched with following code:
[x for x in testLinkServer.tl.getProjects(testLinkArgs) if x['name']== 'Projec_Name'][0]['id']
This code was working with 1.9.5 but with 1.9.11 I am getting error: KeyError: 'name'
Any help to resolve this issue on 1.9.11 will be highly appreciated.
TIA.