We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed2e06 commit 101baaeCopy full SHA for 101baae
Coder-Desktop/Coder-DesktopTests/AgentsTests.swift
@@ -28,7 +28,7 @@ struct AgentsTests {
28
hosts: ["a\($0).coder"],
29
wsName: "ws\($0)",
30
wsID: UUID(),
31
- primaryHost: "a\($0).coder",
+ primaryHost: "a\($0).coder"
32
)
33
return (agent.id, agent)
34
})
0 commit comments