Traceback (most recent call last):
File "/home/runner/work/CommuniAPI/CommuniAPI/tests/test_communi_api.py", line 54, in tearDown
self.api.session.close()
^^^^^^^^
AttributeError: 'TestsCommuniApp' object has no attribute 'api'
-> Sttill using Unittest Class instead of pytest #10
Local deployment succeeds, however env deployment with github action fails
Traceback (most recent call last):
File "/home/runner/work/CommuniAPI/CommuniAPI/tests/test_communi_api.py", line 54, in tearDown
self.api.session.close()
^^^^^^^^
AttributeError: 'TestsCommuniApp' object has no attribute 'api'
-> Sttill using Unittest Class instead of pytest #10
Local deployment succeeds, however env deployment with github action fails