When doing a clone from the project and running the tests as they are, there is one failing
ERROR: test_inject (tests.common.test_injector.TestInjector)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\bramV\Documents\PycharmProjects\WavesGatewayFrameworkQuart\tests\common\test_injector.py", line 53, in test_inject
other_class_with_deps_instance = self._global_injector.get(other_class_with_deps_token)
File "C:\Users\bramV\Documents\PycharmProjects\WavesGatewayFrameworkQuart\waves_gateway\common\injector.py", line 114, in get
if self._dependency_map[token].instance is not None:
AttributeError: 'NoneType' object has no attribute 'instance'
When doing a clone from the project and running the tests as they are, there is one failing