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 c91e2eb commit 3ca0ab1Copy full SHA for 3ca0ab1
agent_integration_test.go
@@ -58,7 +58,7 @@ func TestAgentsList(t *testing.T) {
58
59
agent1, agentPool, agentCleanup := createAgent(t, client, org)
60
t.Cleanup(agentCleanup)
61
- agent2, agentPool, agentCleanup2 := createAgent(t, client, org)
+ agent2, _, agentCleanup2 := createAgent(t, client, org)
62
t.Cleanup(agentCleanup2)
63
64
t.Run("expect an agent to exist", func(t *testing.T) {
0 commit comments