From 4034ce2e74ade8fc080f4df7eb16892c5364c71c Mon Sep 17 00:00:00 2001 From: Valerij Maljulin Date: Mar 18 2020 18:45:02 +0000 Subject: Functional test fix Signed-off-by: Valerij Maljulin --- diff --git a/functional-tests/test_api_v1.py b/functional-tests/test_api_v1.py index 9a064b4..4299365 100644 --- a/functional-tests/test_api_v1.py +++ b/functional-tests/test_api_v1.py @@ -1561,6 +1561,7 @@ def test_installed_subject_types(requests_session, greenwave_server): assert len(data['subject_types']) assert [x['id'] for x in data['subject_types']] == [ 'bodhi_update', + 'brew-build-group', 'compose', 'koji_build', 'redhat-container-image',