commit | adf6319c1cfc3ca59e109865fb6cee5d8873d155 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Sun Jan 29 00:04:47 2023 +0000 |
committer | Michael Johnson <johnsomor@gmail.com> | Sun Jan 29 04:18:58 2023 +0000 |
tree | 92f3c46c42193f77192b286af4dc959308be2562 | |
parent | c9429994a4afeb7ee8cf82efbe543a615511a535 [diff] |
Fix test_list_enabled_api_versions test case The test_list_enabled_api_versions was not properly checking the enabled API versions and would always fail on new API version additions. This patch corrects the list comprehension and updates the test to look for at least one of the base API versions in the returned results. This way the test will not artificially fail as we add new API versions. Change-Id: Ibcee798b15aaccf8fddd28f80df7112cda3a9ed5