mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
test(agent): fix TestAgent_Metadata/Once
flake (#8613)
This commit is contained in:
@ -176,7 +176,7 @@ func setupAgent(t *testing.T, agentAddresses []netip.Prefix) (uuid.UUID, agent.A
|
||||
_ = coord.Close()
|
||||
})
|
||||
|
||||
c := agenttest.NewClient(t, manifest.AgentID, manifest, make(chan *agentsdk.Stats, 50), coord)
|
||||
c := agenttest.NewClient(t, logger, manifest.AgentID, manifest, make(chan *agentsdk.Stats, 50), coord)
|
||||
|
||||
options := agent.Options{
|
||||
Client: c,
|
||||
|
Reference in New Issue
Block a user