Python unit test failing for api
I have a python api like for which i am writing unit test case for both success as well as exception scenario. When i am running both of it its failing for 1 but passing for the other unit test case. Help me in fixing it.