We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39a2ce commit c43a960Copy full SHA for c43a960
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