Skip to content

Commit

Permalink
Fix up for gh actions after b0ac976
Browse files Browse the repository at this point in the history
Change-Id: I7d0f6f95ad41e65b3355c867d5c1060e6850d913
  • Loading branch information
TimotheusBachinger committed Feb 13, 2025
1 parent 722f344 commit 753c49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cmk/gui/watolib/test_analyze_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ def test_registered_ac_tests() -> None:
"ACTestSizeOfExtensions",
"ACTestTmpfs",
"ACTestUnexpectedAllowedIPRanges",
"ACTestMknotifydCommunicationEncrypted",
]

if cmk_version.edition(paths.omd_root) is not cmk_version.Edition.CRE:
expected_ac_tests += [
"ACTestAlertHandlerEventTypes",
"ACTestSecureAgentUpdaterTransport",
"ACTestMknotifydCommunicationEncrypted",
]

registered_plugins = sorted(ac_test_registry.keys())
Expand Down

0 comments on commit 753c49f

Please sign in to comment.