commit | 4f549df17d68f8b1f5f50a694edb0a39f78c5ab9 | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Sat Mar 05 17:22:37 2016 +0100 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Wed Mar 30 10:57:51 2016 +0200 |
tree | 21d683a530c793d7434d5b9298fea72091074655 | |
parent | 9b79e918e078ee75c7bb9d007380391d049bdcb5 [diff] |
Fix `test_requires_ext_decorator_with_all_ext_enabled` This test raised a wrong `TestCase.skipException`. The problem was that the config flag `compute-feature-enabled.api_extensions` is a `cfg.ListOpt` and as such, it expects a `list`, not a `str`. Change-Id: I4937d024c7349f9e76d5f632852448ab5ce56576