Unskip test for remote services - miniobs got updated

This commit is contained in:
Stephan Kulow 2022-03-24 11:17:52 +01:00
parent 9dc35be954
commit 7083c3346b

View File

@ -251,7 +251,6 @@ class TestCheckSource(OBSLocal.TestCase):
self.assertEqual('For product submissions, you cannot use setBadness. Use filters in blowfish/blowfish-rpmlintrc.', review.comment)
@pytest.mark.usefixtures("default_config")
@pytest.mark.skip(reason="Need the service in miniobs container first")
def test_remote_service(self):
"""Declines _service files with remote services"""
self._setup_devel_project(devel_files='blowfish-with-remote-service')