diff --git a/Tests/PulsarTests/ServerController.swift b/Tests/PulsarTests/ServerController.swift index 26bc0e8..2dfd46f 100644 --- a/Tests/PulsarTests/ServerController.swift +++ b/Tests/PulsarTests/ServerController.swift @@ -73,7 +73,7 @@ struct ServerController { #if canImport(Darwin) dockerPath = "/usr/local/bin/docker" #else - dockerPath = "/snap/bin/docker" + dockerPath = "docker" #endif // Stop the Pulsar container try await runCommand("\(dockerPath) stop pulsar")