Merge "Revert "Skip aodhclient plugin test""

This commit is contained in:
Zuul 2024-04-23 16:31:58 +00:00 committed by Gerrit Code Review
commit 188ea0dd2c
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from testtools import testcase
from heat.tests import common
from heat.tests import utils
@ -18,7 +17,6 @@ from heat.tests import utils
class AodhClientPluginTest(common.HeatTestCase):
@testcase.skip('skipped till python-aodhclient fixed for pyparsing 3.0.6')
def test_create(self):
context = utils.dummy_context()
plugin = context.clients.client_plugin('aodh')