This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Description
It would be good to mock the API to ensure that the test will not break. This is not very easy though since real commands are executed via the shell.
The best way would be to start a test-server and use the environment variable ELIIR_SECURITY_ADVISORY_API_BASE_URL to point the client to the mocked responses.