Skip to content

Commit

Permalink
Fix error in test definition, launcher module
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Oct 17, 2023
1 parent 406eab5 commit 255af52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/launcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ mod tests {
// ------------------------------------------------------------------------

#[cfg(target_os = "linux")]
#[test]
fn test_check_integrations_linux() {
let event = create_test_event();
let config = Config::new("linux", Some("test/unit/config/linux/monitor_integration.yml"));
Expand Down

0 comments on commit 255af52

Please sign in to comment.