Skip to content

Commit 28cc910

Browse files
committed
update comment
1 parent 7f5659f commit 28cc910

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

agent/agent_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,9 @@ func TestAgent_Dial(t *testing.T) {
15471547
t.Run(c.name, func(t *testing.T) {
15481548
t.Parallel()
15491549

1550-
// Setup listener
1550+
// We pretend we're a remote client and this listener is running in
1551+
// the workspace, we then dial the agent over tailnet to connect to
1552+
// it.
15511553
l := c.setup(t)
15521554
done := make(chan struct{})
15531555
defer func() {

0 commit comments

Comments
 (0)