Skip to content

Commit

Permalink
splunk_system_msg: move check to splunk plugin namespace
Browse files Browse the repository at this point in the history
Change-Id: Ia27a416b3c8153cfed8a6c483b3af83d5d0839df
  • Loading branch information
logan-connolly committed Aug 16, 2024
1 parent 1adf8f1 commit e9745f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
import pytest

from cmk.agent_based.v2 import Result, State, StringTable
from cmk.plugins.collection.agent_based.splunk_system_msg import (
check,
parse,
Section,
SplunkMessage,
)
from cmk.plugins.splunk.agent_based.system_msg import check, parse, Section, SplunkMessage


@pytest.mark.parametrize(
Expand Down

0 comments on commit e9745f9

Please sign in to comment.