## Background API `run_db_tests` has two parameters: 1. `test_language` 2. `generic_language_test` It turns out we don't need the first one, because `generic_language_test` is converted to `language` [here](https://github.com/exasol/script-languages-container-tool/blob/280c08fd834bff268e12aa0892b4ed43ae6fdbc8/exasol/slc/internal/tasks/test/run_db_generic_language_tests.py#L40) . ## Acceptance Criteria 1. Remove `test_language` from CLI and API