mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
test: fix typo in test skip message for non-Unix-like platforms
Darwin (macOS) isn't a linux platform.
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
func TestWatchKubeConfig(t *testing.T) {
|
||||
if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
|
||||
t.Skip("Skipping test on non-linux platforms")
|
||||
t.Skip("Skipping test on non-Unix-like platforms")
|
||||
}
|
||||
testCase(t, func(c *mcpContext) {
|
||||
// Given
|
||||
|
||||
Reference in New Issue
Block a user