We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Within SplunkCimLogEventUnitTest, there are 0 passing tests. This is on the main branch.
main
From what I can tell from this project's esoteric test setup, this suite is never executed or included in any test targets.
All assertion failures follow this pattern:
org.junit.ComparisonFailure: Expected: "name=name" "event_id=event-id" "key=129" Actual: name="name" event_id="event-id" key="129"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Within SplunkCimLogEventUnitTest, there are 0 passing tests. This is on the
main
branch.From what I can tell from this project's esoteric test setup, this suite is never executed or included in any test targets.
All assertion failures follow this pattern:
The text was updated successfully, but these errors were encountered: