From 0eefa5df8c9309cf7877ca861a177a4664f09f74 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 7 Nov 2025 12:14:13 +0100 Subject: [PATCH] Enable test_existing_database after Katello fixes https://github.com/Katello/katello/commit/07fdfc359faade860fc0254e406063a163681043 was the last fix required for this to work --- .github/workflows/unit_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index c6a7756..b185fad 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -21,4 +21,3 @@ jobs: uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0 with: plugin: foreman_kernel_care - test_existing_database: false