We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7018781 commit 3956bb2Copy full SHA for 3956bb2
Tests/CLITests/Subcommands/Containers/TestCLICreate.swift
@@ -101,7 +101,7 @@ class TestCLICreateCommand: CLITest {
101
let name = "test.example.com"
102
let expectedHostname = "test"
103
#expect(throws: Never.self, "expected container create with FQDN name to succeed") {
104
- try doCreate(name: name, args: ["echo", "hello"])
+ try doCreate(name: name)
105
try doStart(name: name)
106
defer {
107
try? doStop(name: name)
0 commit comments